Skip to content

Commit

Permalink
Allow berkeleyje module tests to fail.
Browse files Browse the repository at this point in the history
They just did: https://travis-ci.org/JanusGraph/janusgraph/jobs/198165185 and
apparently, it's not quite deterministic, so we should continue testing it, but
not hold up the entire build over it.

Signed-off-by: Misha Brukman <mbrukman@google.com>
  • Loading branch information
mbrukman committed Feb 3, 2017
1 parent 660c2d3 commit 7b6f571
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,11 @@ env:

- MODULE='test'

matrix:
# https://docs.travis-ci.com/user/customizing-the-build#Rows-that-are-Allowed-to-Fail
allow_failures:
- env: MODULE='berkeleyje'

addons:
apt:
packages:
Expand Down

0 comments on commit 7b6f571

Please sign in to comment.