We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8525f6f commit 17b01abCopy full SHA for 17b01ab
rxjava-core/src/test/java/rx/operators/OperatorGroupByTest.java
@@ -35,6 +35,7 @@
35
import java.util.concurrent.atomic.AtomicInteger;
36
import java.util.concurrent.atomic.AtomicReference;
37
38
+import org.junit.Ignore;
39
import org.junit.Test;
40
import org.mockito.Matchers;
41
@@ -431,6 +432,7 @@ public void call(String s) {
431
432
assertEquals(37, sentEventCounter.get());
433
}
434
435
+ @Ignore // ignore until https://github.com/Netflix/RxJava/issues/1011 is fixed
436
@Test
437
public void testStaggeredCompletion() throws InterruptedException {
438
final AtomicInteger eventCounter = new AtomicInteger();
0 commit comments