mirror of
https://github.com/MariaDB/server.git
synced 2025-01-15 19:42:28 +01:00
Travis-CI: Ignore clang/GCC 6 that permanently fails on 10.5 branch
The purpose of a CI system is to validate if a change is acceptable or not. Thus tests that always fail should be ignored, otherwise the result of the CI (green/red) is not reliable and actionable.
This commit is contained in:
parent
41952c85f1
commit
12b7d5dc46
1 changed files with 3 additions and 0 deletions
|
@ -260,6 +260,9 @@ matrix:
|
|||
addons: *clang7_addons_s390x
|
||||
# Until OSX becomes a bit more stable: MDEV-12435 MDEV-16213
|
||||
allow_failures:
|
||||
- os: linux
|
||||
compiler: clang
|
||||
env: CC_VERSION=6 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=main
|
||||
- os: osx
|
||||
compiler: clang
|
||||
env: CC_VERSION=6 TYPE=RelWithDebInfo MYSQL_TEST_SUITES=rpl
|
||||
|
|
Loading…
Reference in a new issue