Skip pause test as well, timing out

pull/10178/head
Priya Wadhwa 2021-01-20 23:39:46 -08:00
parent f2786c8069
commit 2d5ca1e8aa
1 changed files with 3 additions and 0 deletions

View File

@ -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)