Skip to content

Commit

Permalink
Feedback: remove infeasible UriUtilsTest cases
Browse files Browse the repository at this point in the history
  • Loading branch information
aj-stein-nist committed Jan 26, 2024
1 parent 9f5fff5 commit 7957c6d
Showing 1 changed file with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -60,14 +60,6 @@ private static Stream<Arguments> provideValuesTestToUri() {
add(Arguments.of("local/relative/path/is/invalid.txt", VALID));
add(Arguments.of("/absolute/local/path/is/invalid.txt", VALID));
add(Arguments.of("1;", VALID));
// These tests fail, they appear to be valid in Linux on GHA
// https://github.com/usnistgov/metaschema-java/actions/runs/7663271718/job/20885821561
// add(Arguments.of(":", INVALID));
// add(Arguments.of(">", INVALID));
// add(Arguments.of("<", INVALID));
// https://github.com/usnistgov/metaschema-java/actions/runs/7663616200/job/20886692509?pr=298
// add(Arguments.of(" ", INVALID));
// add(Arguments.of(" ?", INVALID));
}
};
return values.stream();
Expand Down

0 comments on commit 7957c6d

Please sign in to comment.