Skip to content

Commit

Permalink
skip coverage-arm test
Browse files Browse the repository at this point in the history
Right now this test is super unreliable and pretty much blocks every
other PR. Skip it for now until we fix kcov.

Related to: rust-vmm#18

Signed-off-by: Andreea Florescu <[email protected]>
  • Loading branch information
andreeaflorescu committed May 18, 2020
1 parent cd7096e commit aa882f6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ steps:
- label: "coverage-arm"
commands:
- pytest rust-vmm-ci/integration_tests/test_coverage.py
skip: "Currently this test is very unreliable. Kcov on aarch64 needs fixing."
retry:
automatic: false
agents:
Expand Down

0 comments on commit aa882f6

Please sign in to comment.