Temporarily skip broken test (#26268)

This commit is contained in:
Tom Proctor
2024-04-04 14:04:39 +01:00
committed by GitHub
parent 038aaa3ff7
commit 1a71b6fbd8

View File

@@ -84,6 +84,7 @@ func TestExternalPluginInContainer_MountAndUnmount(t *testing.T) {
})
t.Run("rootless runsc", func(t *testing.T) {
t.Skip("Temporarily skipping due to environment breakage")
if _, err := exec.LookPath("runsc"); err != nil {
t.Skip("Skipping test as runsc not found on path")
}