Skip to content

Commit b728edb

Browse files
authored
Disable failing MariaDB tests (#1436)
1 parent 56def5a commit b728edb

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

tests/ci/integration/run_mariadb_integration.sh

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,10 @@ main.flush_logs_not_windows : query 'flush logs' succeeded - should have failed
6060
main.mysql_upgrade_noengine : upgrade output order does not match the expected
6161
main.plugin_load : This test generates a warning in Codebuild. Skip over since this isn't relevant to AWS-LC.
6262
main.ssl_crl : This test is flaky in CodeBuild CI P112867839
63-
main.desc_index_min_max : This test is flaky in CodeBuild CI P112867839"> skiplist
63+
main.desc_index_min_max : This test is flaky in CodeBuild CI P112867839
64+
main.ssl_autoverify : Failing with - TLS/SSL error: unable to get local issuer certificate
65+
main.mysql : Failing with - TLS/SSL error: unable to get local issuer certificate
66+
main.ssl_fp : Failing with - TLS/SSL error: unable to get local issuer certificate"> skiplist
6467
./mtr --suite=main --force --parallel=auto --skip-test-list=${MARIADB_BUILD_FOLDER}/mysql-test/skiplist --retry-failure=2
6568
popd
6669
}

0 commit comments

Comments
 (0)