mirror of
https://github.com/optim-enterprises-bv/vault.git
synced 2025-10-30 18:17:55 +00:00
Temporarily skip broken test (#26268)
This commit is contained in:
@@ -84,6 +84,7 @@ func TestExternalPluginInContainer_MountAndUnmount(t *testing.T) {
|
|||||||
})
|
})
|
||||||
|
|
||||||
t.Run("rootless runsc", func(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 {
|
if _, err := exec.LookPath("runsc"); err != nil {
|
||||||
t.Skip("Skipping test as runsc not found on path")
|
t.Skip("Skipping test as runsc not found on path")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user