Skip to content

Commit 3743ceb

Browse files
committed
Allow macOS clang+OpenMPI failures on CI
1 parent adda744 commit 3743ceb

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.travis.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,12 +33,12 @@ matrix:
3333
- mpich
3434
- shellcheck
3535
update: true
36-
-
36+
- &macOS_allowed_failure
3737
<<: *macOS
3838
env:
3939
- GCC=9
4040
FC=gfortran-${GCC}
41-
BUILD_TYPES="RelWithDebInfo Release CodeCoverage"
41+
BUILD_TYPES="Release CodeCoverage"
4242
addons:
4343
homebrew:
4444
packages:
@@ -115,6 +115,9 @@ matrix:
115115

116116
allow_failures:
117117
- *linux_allowed_failure
118+
- *macOS_allowed_failure
119+
120+
# macOS allowed failure due to random test timeouts w/ clang & OpenMPI
118121

119122
before_install:
120123
- source developer-scripts/travis/before_install.all.sh

0 commit comments

Comments
 (0)