mirror of
https://github.com/apache/rocketmq.git
synced 2026-08-30 18:10:44 +08:00
Ignore testChangeRoleManyTimes in AutoSwitchHATest util it is stable (#5871)
This commit is contained in:
@@ -48,6 +48,7 @@ import org.apache.rocketmq.store.logfile.MappedFile;
|
||||
import org.apache.rocketmq.store.stats.BrokerStatsManager;
|
||||
import org.apache.rocketmq.common.MixAll;
|
||||
import org.junit.After;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
import org.junit.Assume;
|
||||
|
||||
@@ -294,6 +295,7 @@ public class AutoSwitchHATest {
|
||||
assertEquals(putMessageResult.getPutMessageStatus(), PutMessageStatus.FLUSH_SLAVE_TIMEOUT);
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void testChangeRoleManyTimes() throws Exception {
|
||||
|
||||
|
||||
Reference in New Issue
Block a user