Skip to content

Commit

Permalink
Ignore the unstable updateGlobalWhiteRemoteAddressesTest in the arm e…
Browse files Browse the repository at this point in the history
…nvironment of CI
  • Loading branch information
RongtongJin committed Jul 18, 2022
1 parent 3ee603a commit 706c127
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -42,6 +42,7 @@
import org.apache.rocketmq.remoting.protocol.RemotingCommand;
import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;

import java.io.File;
Expand Down Expand Up @@ -674,6 +675,8 @@ public void deleteAccessAclYamlConfigTest() throws InterruptedException {
AclUtils.writeDataObject(targetFileName, backUpAclConfigMap);
}

// Ignore the unstable test in the arm environment of CI
@Ignore
@Test
public void updateGlobalWhiteRemoteAddressesTest() throws InterruptedException {
String targetFileName = System.getProperty("rocketmq.home.dir")
Expand Down

0 comments on commit 706c127

Please sign in to comment.