1 parent 8768750 commit 72bf426Copy full SHA for 72bf426
1 file changed
core/src/test/java/com/github/jsonldjava/core/JsonLdProcessorTest.java
@@ -224,7 +224,7 @@ public boolean accept(File dir, String name) {
224
// + name);
225
// Remote-doc tests are not currently supported
226
if (name.contains("remote-doc")) {
227
- return false;
+ //return false;
228
}
229
return true;
230
@@ -255,7 +255,7 @@ public boolean accept(File dir, String name) {
255
test.get("@id"), test });
256
} else {
257
// TODO: many disabled while implementation is incomplete
258
- // System.out.println("Skipping test: " + test.get("name"));
+ System.out.println("Skipping test: " + test.get("name"));
259
260
261
0 commit comments