From 7e3f307bf0280bc58bf6be09bdbee8ae3375b076 Mon Sep 17 00:00:00 2001 From: Andreea Florescu Date: Mon, 18 May 2020 10:29:12 +0300 Subject: [PATCH] skip coverage-arm test Right now this test is super unreliable and pretty much blocks every other PR. Skip it for now until we fix kcov. Related to: https://github.com/rust-vmm/rust-vmm-ci/issues/18 Signed-off-by: Andreea Florescu --- .buildkite/pipeline.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index a3fbf86..8afd9e5 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -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: