Skip to content

Commit 6e1f372

Browse files
committed
Allow for failures in 3.1 because of startup issues under load
1 parent d3a0ae3 commit 6e1f372

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,12 @@ env:
1515

1616
script: make $TEST_SUITE
1717

18+
# 3.1 cluster startup is not always a success, causing lots of false positive.
19+
matrix:
20+
allow_failures:
21+
- env: TEST_SUITE=run-tests-local-process ARANGODB=arangodb:3.1
22+
- env: TEST_SUITE=run-tests-docker ARANGODB=arangodb:3.1
23+
1824
# Install Docker CE
1925
before_install:
2026
- curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -

0 commit comments

Comments
 (0)