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 2571d09 commit e115cbfCopy full SHA for e115cbf
src/test/java/rx/debug/DebugHookTest.java
@@ -13,6 +13,7 @@
13
import org.hamcrest.Description;
14
import org.junit.After;
15
import org.junit.Before;
16
+import org.junit.Ignore;
17
import org.junit.Test;
18
import org.mockito.InOrder;
19
@@ -85,6 +86,7 @@ public void assertValidState() {
85
86
}
87
88
@SuppressWarnings("unchecked")
89
+ @Ignore
90
@Test
91
public void testSimple() {
92
TestDebugNotificationListener listener = new TestDebugNotificationListener();
@@ -107,6 +109,7 @@ public void testSimple() {
107
109
108
110
111
112
113
114
public void testOneOp() {
115
0 commit comments