mirror of
https://github.com/apache/rocketmq.git
synced 2026-09-19 10:54:54 +08:00
Ignore unstable IT
This commit is contained in:
+2
@@ -27,6 +27,7 @@ import org.apache.rocketmq.test.util.VerifyUtils;
|
||||
import org.junit.After;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import static com.google.common.truth.Truth.assertThat;
|
||||
@@ -50,6 +51,7 @@ public class BroadCastNormalMsgRecvFailIT extends BaseBroadCastIT {
|
||||
super.shutdown();
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void testStartTwoConsumerAndOneConsumerFail() {
|
||||
int msgSize = 16;
|
||||
|
||||
@@ -33,6 +33,7 @@ import org.apache.rocketmq.tools.admin.DefaultMQAdminExt;
|
||||
import org.junit.After;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Before;
|
||||
import org.junit.Ignore;
|
||||
import org.junit.Test;
|
||||
|
||||
import static com.google.common.truth.Truth.assertThat;
|
||||
@@ -58,6 +59,7 @@ public class PopSubCheckIT extends BaseConf {
|
||||
super.shutdown();
|
||||
}
|
||||
|
||||
@Ignore
|
||||
@Test
|
||||
public void testNormalPopAck() throws Exception {
|
||||
String topic = initTopic();
|
||||
|
||||
Reference in New Issue
Block a user