Skip to content

Commit 181f92d

Browse files
committed
ci: Skip nvme and scsi tests on GitHub
Running all tests is too much for the GitHub runner capacity, and many of them fail.
1 parent f90ec0d commit 181f92d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/qemu-kvm-integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
if: steps.check_platform.outputs.supported
8787
run: >-
8888
tox -e ${{ matrix.scenario.env }} -- --image-name ${{ matrix.scenario.image }} --make-batch
89-
--log-level=debug --skip-tags tests::infiniband --
89+
--log-level=debug --skip-tags tests::infiniband,tests::nvme,tests::scsi --
9090
9191
- name: Test result summary
9292
if: steps.check_platform.outputs.supported && always()

0 commit comments

Comments
 (0)