Ignore unstable IT

This commit is contained in:
RongtongJin
2022-03-21 20:18:01 +08:00
parent 571d164191
commit 3f28f5f0ff
2 changed files with 4 additions and 0 deletions
@@ -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();