Skip to content

Commit fd66dbb

Browse files
committed
fix: The issue that MySQL 9.3 fails to start due to the removal of system variables is fixed
1 parent edf87d3 commit fd66dbb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/mysql/src/test/java/org/testcontainers/containers/MySQLRootAccountTest.java

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ public class MySQLRootAccountTest {
1919
@Parameterized.Parameters(name = "{0}")
2020
public static DockerImageName[] params() {
2121
return new DockerImageName[] {
22-
// MySQLTestImages.MYSQL_57_IMAGE,
23-
// MySQLTestImages.MYSQL_80_IMAGE,
24-
// MySQLTestImages.MYSQL_INNOVATION_IMAGE,
22+
MySQLTestImages.MYSQL_57_IMAGE,
23+
MySQLTestImages.MYSQL_80_IMAGE,
24+
MySQLTestImages.MYSQL_INNOVATION_IMAGE,
2525
MySQLTestImages.MYSQL_93_IMAGE
2626
};
2727
}

0 commit comments

Comments
 (0)