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 d475bab commit 07d6583Copy full SHA for 07d6583
rxjava-core/src/test/java/rx/operators/OperatorGroupByTest.java
@@ -429,7 +429,6 @@ public void call(String s) {
429
assertEquals(37, sentEventCounter.get());
430
}
431
432
- @Ignore // ignore until https://github.com/Netflix/RxJava/issues/1011 is fixed
433
@Test
434
public void testStaggeredCompletion() throws InterruptedException {
435
final AtomicInteger eventCounter = new AtomicInteger();
0 commit comments