From 5d9f75ca6db86296ca77a79163753628a9090fa9 Mon Sep 17 00:00:00 2001 From: AASTHA RAWAT Date: Fri, 24 Oct 2025 21:57:01 +0530 Subject: [PATCH] ci: remove skipped tests from integration workflow Move the list of skipped tests from integration test workflow for mshv. Signed-off-by: AASTHA RAWAT --- .github/workflows/mshv-integration.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mshv-integration.yaml b/.github/workflows/mshv-integration.yaml index b7e8323ca..b14cc5603 100644 --- a/.github/workflows/mshv-integration.yaml +++ b/.github/workflows/mshv-integration.yaml @@ -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: