Skip to content

Commit 6bb5a39

Browse files
committed
Fix CI: run testJsonArrayAsKeyIndex only on 8.0.x containers
1 parent fb92918 commit 6bb5a39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flink-cdc-connect/flink-cdc-source-connectors/flink-connector-mysql-cdc/src/test/java/org/apache/flink/cdc/connectors/mysql/table/MySqlJsonArrayAsKeyIndexITCase.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ public void after() {
6565
}
6666

6767
@ParameterizedTest
68-
@EnumSource
68+
@EnumSource(names = {"V8_0_17", "V8_0_18", "V8_0_19"})
6969
public void testJsonArrayAsKeyIndex(MySqlVersion version) {
7070
this.container = createMySqlContainer(version, "docker/server-gtids/expire-seconds/my.cnf");
7171
Startables.deepStart(container).join();

0 commit comments

Comments
 (0)