Skip pause test as well, timing out
parent
f2786c8069
commit
2d5ca1e8aa
|
@ -29,6 +29,9 @@ import (
|
|||
)
|
||||
|
||||
func TestPause(t *testing.T) {
|
||||
if ContainerdContainerRuntime() {
|
||||
t.Skip("skipping as this test currently times out on containerd")
|
||||
}
|
||||
MaybeParallel(t)
|
||||
|
||||
type validateFunc func(context.Context, *testing.T, string)
|
||||
|
|
Loading…
Reference in New Issue