We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9dabf6f commit 2a31559Copy full SHA for 2a31559
core/src/test/java/org/everit/json/schema/loader/internal/TypeBasedMultiplexerTest.java
@@ -22,6 +22,7 @@
22
import org.json.JSONArray;
23
import org.json.JSONObject;
24
import org.junit.jupiter.api.Assertions;
25
+import org.junit.jupiter.api.Disabled;
26
import org.junit.jupiter.api.Test;
27
import org.mockito.Mockito;
28
@@ -45,7 +46,7 @@ private URI uri(final String uri) {
45
46
}
47
48
- @Test
49
+ @Test @Disabled
50
public void dispatchesIdChangeEvent() {
51
JSONObject scopeChangingObj = objectWithId("changedId");
52
TypeBasedMultiplexer subject =
0 commit comments