Skip to content

Commit

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

0 comments on commit 3213d4d

Please sign in to comment.