ci: remove skipped tests from integration workflow
Move the list of skipped tests from integration test workflow for mshv. Signed-off-by: AASTHA RAWAT <aastharawat@microsoft.com>
This commit is contained in:
parent
861b7ab64d
commit
5d9f75ca6d
1 changed files with 1 additions and 1 deletions
2
.github/workflows/mshv-integration.yaml
vendored
2
.github/workflows/mshv-integration.yaml
vendored
|
|
@ -76,7 +76,7 @@ jobs:
|
|||
fi
|
||||
done
|
||||
|
||||
sudo ./scripts/dev_cli.sh tests --hypervisor mshv --integration -- -- --skip common_parallel::test_tpm --skip common_parallel::test_cpu_topology_421 --skip common_parallel::test_cpu_topology_142 --skip common_parallel::test_cpu_topology_262 --skip common_sequential::test_snapshot_restore_basic --skip common_sequential::test_snapshot_restore_with_fd --skip common_sequential::test_snapshot_restore_pvpanic --skip virtio_net_latency_us --skip common_parallel::test_cpu_hotplug
|
||||
sudo ./scripts/dev_cli.sh tests --hypervisor mshv --integration
|
||||
EOF
|
||||
|
||||
cleanup:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue