Skip to content

Commit 07d6583

Browse files
Re-enable testStaggeredCompletion
See #1011
1 parent d475bab commit 07d6583

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

rxjava-core/src/test/java/rx/operators/OperatorGroupByTest.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,6 @@ public void call(String s) {
429429
assertEquals(37, sentEventCounter.get());
430430
}
431431

432-
@Ignore // ignore until https://github.com/Netflix/RxJava/issues/1011 is fixed
433432
@Test
434433
public void testStaggeredCompletion() throws InterruptedException {
435434
final AtomicInteger eventCounter = new AtomicInteger();

0 commit comments

Comments
 (0)