Skip to content

Commit

Permalink
Disable integration testing for libbeat. See elastic#21959
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Oct 22, 2020
1 parent fcf5fba commit 9241cb9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ when:
platform: "linux && ubuntu-16" ## default label for all the stages
stages:
build:
make: "RACE_DETECTOR=1 make -C libbeat check testsuite integration-tests-environment"
## Integration Testing is broken https://github.com/elastic/beats/issues/21959
#make: "RACE_DETECTOR=1 make -C libbeat check testsuite integration-tests-environment"
make: "RACE_DETECTOR=1 make -C libbeat check testsuite"
crosscompile:
make: "make -C libbeat crosscompile"
windows:
Expand Down

0 comments on commit 9241cb9

Please sign in to comment.