From 9f75a454fac65b7c6bb6bfcf724ce9f7bb732f95 Mon Sep 17 00:00:00 2001 From: Mahmoud-Emad Date: Tue, 25 Nov 2025 14:26:35 +0200 Subject: [PATCH] test: Ignore virt/heropods/network_test.v in CI - Add virt/heropods/network_test.v to ignored tests - Ignore test requiring root for network bridge operations --- test_basic.vsh | 1 + 1 file changed, 1 insertion(+) diff --git a/test_basic.vsh b/test_basic.vsh index 00ba3c40..82a47794 100755 --- a/test_basic.vsh +++ b/test_basic.vsh @@ -200,6 +200,7 @@ virt/kubernetes/ if in_github_actions() { println('**** WE ARE IN GITHUB ACTION') tests_ignore += '\nosal/tmux\n' + tests_ignore += '\nvirt/heropods\n' // Requires root for network bridge operations (ip link add) } tests_error := '