diff --git a/integration-tests/jpa-mariadb/README.md b/integration-tests/jpa-mariadb/README.md index 7ec45c64b23fd..f69b9c221c4f8 100644 --- a/integration-tests/jpa-mariadb/README.md +++ b/integration-tests/jpa-mariadb/README.md @@ -10,7 +10,10 @@ To run the tests in a standard JVM with MariaDB started as a Docker container, y mvn clean install -Dtest-mariadb -Ddocker ``` -Additionaly, you can generate a native image and run the tests for this native image by adding `-Dnative`: +Please note that waiting on the availability of MariaDB port does not work on macOS. +This module does not work with `-Ddocker` option on this operating system. + +Additionally, you can generate a native image and run the tests for this native image by adding `-Dnative`: ``` mvn clean install -Dtest-mariadb -Ddocker -Dnative diff --git a/integration-tests/jpa-postgresql/README.md b/integration-tests/jpa-postgresql/README.md index cb9caa30181f6..7bda824a011e3 100644 --- a/integration-tests/jpa-postgresql/README.md +++ b/integration-tests/jpa-postgresql/README.md @@ -10,7 +10,7 @@ To run the tests in a standard JVM with PostgreSQL started as a Docker container mvn clean install -Dtest-postgresql -Ddocker ``` -Additionaly, you can generate a native image and run the tests for this native image by adding `-Dnative`: +Additionally, you can generate a native image and run the tests for this native image by adding `-Dnative`: ``` mvn clean install -Dtest-postgresql -Ddocker -Dnative