Skip to content

Commit

Permalink
Disable build for libbeat
Browse files Browse the repository at this point in the history
  • Loading branch information
v1v committed Oct 29, 2020
1 parent 244ff31 commit 5199ca9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libbeat/Jenkinsfile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ when:
platform: "linux && ubuntu-16" ## default label for all the stages
stages:
build:
## 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"
make: "RACE_DETECTOR=1 make -C libbeat check testsuite integration-tests-environment"
when:
disabled: true ## Disabled since Integration Testing is broken. See https://github.com/elastic/beats/issues/21959
crosscompile:
make: "make -C libbeat crosscompile"
windows:
Expand Down

0 comments on commit 5199ca9

Please sign in to comment.