Skip to content

Commit

Permalink
Ignore unstable IT
Browse files Browse the repository at this point in the history
  • Loading branch information
RongtongJin committed Mar 21, 2022
1 parent 571d164 commit 3f28f5f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
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;
Expand All @@ -50,6 +51,7 @@ public void tearDown() {
super.shutdown();
}

@Ignore
@Test
public void testStartTwoConsumerAndOneConsumerFail() {
int msgSize = 16;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
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;
Expand All @@ -58,6 +59,7 @@ public void tearDown() {
super.shutdown();
}

@Ignore
@Test
public void testNormalPopAck() throws Exception {
String topic = initTopic();
Expand Down

0 comments on commit 3f28f5f

Please sign in to comment.