Skip to content

Commit 2a31559

Browse files
committed
disabling flaky test of deprecated class
1 parent 9dabf6f commit 2a31559

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

core/src/test/java/org/everit/json/schema/loader/internal/TypeBasedMultiplexerTest.java

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
import org.json.JSONArray;
2323
import org.json.JSONObject;
2424
import org.junit.jupiter.api.Assertions;
25+
import org.junit.jupiter.api.Disabled;
2526
import org.junit.jupiter.api.Test;
2627
import org.mockito.Mockito;
2728

@@ -45,7 +46,7 @@ private URI uri(final String uri) {
4546
}
4647
}
4748

48-
@Test
49+
@Test @Disabled
4950
public void dispatchesIdChangeEvent() {
5051
JSONObject scopeChangingObj = objectWithId("changedId");
5152
TypeBasedMultiplexer subject =

0 commit comments

Comments
 (0)