mirror of
https://github.com/MariaDB/server.git
synced 2025-07-29 05:21:33 +03:00
Fix for some failing tests.
This commit is contained in:
@ -3224,7 +3224,8 @@ sub check_wsrep_support() {
|
||||
if ((check_wsrep_provider_env() == 1) || ($file_wsrep_provider ne "")) {
|
||||
# Add galera test suites
|
||||
mtr_report(" - adding wsrep, galera to default test suites");
|
||||
push @DEFAULT_SUITES, qw(wsrep galera);
|
||||
#push @DEFAULT_SUITES, qw(wsrep galera);
|
||||
push @DEFAULT_SUITES, qw(wsrep);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user