Mark `mariadb_replication` tests unsupported.

Only one integration test target is supported per module. Since there is already a `mysql_replication` integration test, the `mariadb_replication` tests will not execute for the same module.

To avoid issues with tests not running on changes to the `mysql_replication` module and then failing after changes are made and all tests are executed, the test has been marked `unsupported` to prevent it from running in CI.

To re-enable this test for CI it will need to be merged into the `mysql_replication` tests, which will require working around conflicts between the packages required by the two sets of tests.
pull/67364/head
Matt Clay 4 years ago
parent 9788daf13b
commit a61dcfd542

@ -1,7 +1,5 @@
destructive
shippable/posix/group2
# Make sure that this test runs in a different group than mysql_replication!
mysql_replication
unsupported # these tests conflict with mysql_replication tests and do not run on changes to the mysql_replication module
skip/aix
skip/osx
skip/freebsd

Loading…
Cancel
Save