Skip to content
Permalink
Browse files
travis: allowed_failures MYSQL_TEST_SUITES=plugins (MDEV-13002)
  • Loading branch information
grooverdan authored and Sergey Vojtovich committed Jun 8, 2017
1 parent 798db3d commit c4cbc7a
Showing 1 changed file with 7 additions and 0 deletions.
@@ -62,6 +62,13 @@ matrix:
- os: osx
compiler: clang
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
# MDEV-13002 plugins.server_audit and plugins.thread_pool_server_audit test fail due to mysqltest error
- os: linux
compiler: gcc
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
- os: linux
compiler: clang
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

# Matrix include for coverity
# - env:

0 comments on commit c4cbc7a

Please sign in to comment.