1
0
mirror of https://github.com/mariadb-corporation/mariadb-connector-c.git synced 2025-08-08 14:02:17 +03:00

removed aurora test:

aurora plugin was removed in C/C 3.2.0
This commit is contained in:
Georg Richter
2021-07-20 16:42:19 +02:00
parent 2adf5c6baf
commit 7e6ae832bd
2 changed files with 1 additions and 165 deletions

View File

@@ -34,7 +34,7 @@ ENDIF()
SET(API_TESTS ${API_TESTS} "async")
#exclude following tests from ctests, since we need to run them maually with different credentials
SET(MANUAL_TESTS "t_aurora" "t_conc173" "rpl_api")
SET(MANUAL_TESTS "t_conc173" "rpl_api")
# Get finger print from server certificate
IF(WITH_SSL)
IF(CERT_PATH AND NOT DEFINED ENV{TRAVIS})