You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Fails constantly on my dev machine today and now I saw it on Travis.
rx.internal.operators.OperatorObserveOnTest > testQueueFullEmitsErrorWithVaryingBufferSize FAILED
java.lang.AssertionError: expected:<1> but was:<0>
at org.junit.Assert.fail(Assert.java:93)
at org.junit.Assert.failNotEquals(Assert.java:647)
at org.junit.Assert.assertEquals(Assert.java:128)
at org.junit.Assert.assertEquals(Assert.java:472)
at org.junit.Assert.assertEquals(Assert.java:456)
at rx.internal.operators.OperatorObserveOnTest.testQueueFullEmitsErrorWithVaryingBufferSize(OperatorObserveOnTest.java:631)
The text was updated successfully, but these errors were encountered:
Fails constantly on my dev machine today and now I saw it on Travis.
The text was updated successfully, but these errors were encountered: