Skip to content

Commit

Permalink
Revert "[ISSUE apache#7135] Temporarily ignoring plainAccessValidator…
Browse files Browse the repository at this point in the history
… test (apache#7135)"

This reverts commit 6bc2c84.
  • Loading branch information
caigy committed Aug 10, 2023
1 parent de5a970 commit e055deb
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 11 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
import org.apache.rocketmq.remoting.protocol.header.SendMessageRequestHeader;
import org.apache.rocketmq.remoting.protocol.header.SendMessageRequestHeaderV2;
import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;

import java.io.File;
Expand All @@ -44,17 +43,13 @@
import java.util.LinkedList;
import java.util.List;


/**
* <p> In this class, we'll test the following scenarios, each containing several consecutive operations on ACL,
* <p> like updating and deleting ACL, changing config files and checking validations.
* <p> Case 1: Only conf/plain_acl.yml exists;
* <p> Case 2: Only conf/acl/plain_acl.yml exists;
* <p> Case 3: Both conf/plain_acl.yml and conf/acl/plain_acl.yml exists.
*/

// Ignore this test case as it is currently unable to pass on ubuntu workflow
@Ignore
public class PlainAccessControlFlowTest {
public static final String DEFAULT_TOPIC = "topic-acl";

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,8 @@
import org.junit.After;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

// Ignore this test case as it is currently unable to pass on ubuntu workflow
@Ignore
public class PlainAccessValidatorTest {

private PlainAccessValidator plainAccessValidator;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@
import org.assertj.core.util.Lists;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

import java.io.File;
Expand All @@ -42,8 +41,6 @@
import java.util.Map;
import java.util.Set;

// Ignore this test case as it is currently unable to pass on ubuntu workflow
@Ignore
public class PlainPermissionManagerTest {

PlainPermissionManager plainPermissionManager;
Expand Down

0 comments on commit e055deb

Please sign in to comment.