Skip to content

Commit e733795

Browse files
committed
allow failures in es master
due to elasticsearch master containing breaking changes as it moves to 7.0.0, it's not required that the tests pass for this particular scenario until it reaches closer to 7.0.0-alpha1
1 parent 858186d commit e733795

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ matrix:
2323
env: LOGSTASH_BRANCH=6.0
2424
- rvm: jruby-1.7.27
2525
env: LOGSTASH_BRANCH=5.6
26+
allow_failures:
27+
- env: INTEGRATION=true ES_VERSION=master TEST_DEBUG=true
2628
fast_finish: true
2729
install: true
2830
script: ci/build.sh

0 commit comments

Comments
 (0)