diff --git a/.buildkite/pipeline.yaml b/.buildkite/pipeline.yaml index 80f2fe91278..53aca12c75a 100644 --- a/.buildkite/pipeline.yaml +++ b/.buildkite/pipeline.yaml @@ -372,7 +372,7 @@ steps: - <<: *common <<: *source_test label: ":muscle: System call tests (ARM64)" - command: make BAZEL_OPTIONS=--test_tag_filters=-allsave,runsc_ptrace,runsc_systrap syscall-tests + command: make BAZEL_OPTIONS=--test_tag_filters=-allsave,-runsc_kvm,-runsc_slimvm syscall-tests parallelism: 10 agents: arch: "arm64"