mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-01 15:47:01 +08:00
Ignore AutoSwitchRoleIntegrationTest temporarily because it is still flaky (#6144)
This commit is contained in:
+2
@@ -42,12 +42,14 @@ import org.apache.rocketmq.store.ha.autoswitch.AutoSwitchHAService;
|
||||
import org.apache.rocketmq.store.logfile.MappedFile;
|
||||
import org.junit.AfterClass;
|
||||
import org.junit.BeforeClass;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import static org.junit.Assert.assertEquals;
|
||||
import static org.junit.Assert.assertFalse;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
|
||||
@Ignore
|
||||
public class AutoSwitchRoleIntegrationTest extends AutoSwitchRoleBase {
|
||||
|
||||
private static final int DEFAULT_FILE_SIZE = 1024 * 1024;
|
||||
|
||||
Reference in New Issue
Block a user