Skip to content

Commit c4cbc7a

Browse files
grooverdansvoj
authored andcommitted
travis: allowed_failures MYSQL_TEST_SUITES=plugins (MDEV-13002)
1 parent 798db3d commit c4cbc7a

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,13 @@ matrix:
6262
- os: osx
6363
compiler: clang
6464
env: GCC_VERSION=6 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=csv,federated,funcs_1,funcs_2,gcol,handler,heap,json,maria,percona,perfschema,plugins,multi_source,roles
65+
# MDEV-13002 plugins.server_audit and plugins.thread_pool_server_audit test fail due to mysqltest error
66+
- os: linux
67+
compiler: gcc
68+
env: GCC_VERSION=6 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=csv,federated,funcs_1,funcs_2,gcol,handler,heap,json,maria,percona,perfschema,plugins,multi_source,roles
69+
- os: linux
70+
compiler: clang
71+
env: GCC_VERSION=6 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=csv,federated,funcs_1,funcs_2,gcol,handler,heap,json,maria,percona,perfschema,plugins,multi_source,roles
6572

6673
# Matrix include for coverity
6774
# - env:

0 commit comments

Comments
 (0)