Skip to content

Commit e9257ab

Browse files
committed
[ci] Update comment referring to travis ci to refer to github ci instead
1 parent 018b36a commit e9257ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/org/apache/ibatis/parsing/GenericTokenParserTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ void shallNotInterpolateSkippedVaiables() {
8686
assertEquals("The null is ${skipped} variable", parser.parse("The ${skipped} is \\${skipped} variable"));
8787
}
8888

89-
@Disabled("Because it randomly fails on Travis CI. It could be useful during development.")
89+
@Disabled("Because it randomly fails on Github CI. It could be useful during development.")
9090
@Test
9191
void shouldParseFastOnJdk7u6() {
9292
Assertions.assertTimeout(Duration.ofMillis(1000), () -> {

0 commit comments

Comments
 (0)