We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 018b36a commit e9257abCopy full SHA for e9257ab
src/test/java/org/apache/ibatis/parsing/GenericTokenParserTest.java
@@ -86,7 +86,7 @@ void shallNotInterpolateSkippedVaiables() {
86
assertEquals("The null is ${skipped} variable", parser.parse("The ${skipped} is \\${skipped} variable"));
87
}
88
89
- @Disabled("Because it randomly fails on Travis CI. It could be useful during development.")
+ @Disabled("Because it randomly fails on Github CI. It could be useful during development.")
90
@Test
91
void shouldParseFastOnJdk7u6() {
92
Assertions.assertTimeout(Duration.ofMillis(1000), () -> {
0 commit comments