diff --git a/integration/sandbox_run_rollback_test.go b/integration/sandbox_run_rollback_test.go index 9a152e164..a078a6693 100644 --- a/integration/sandbox_run_rollback_test.go +++ b/integration/sandbox_run_rollback_test.go @@ -103,9 +103,6 @@ func TestRunPodSandboxWithShimDeleteFailure(t *testing.T) { if runtime.GOOS != "linux" { t.Skip() } - if os.Getenv("ENABLE_CRI_SANDBOXES") != "" { - t.Skip() - } testCase := func(restart bool) func(*testing.T) { return func(t *testing.T) { @@ -177,9 +174,6 @@ func TestRunPodSandboxWithShimStartAndTeardownCNIFailure(t *testing.T) { if runtime.GOOS != "linux" { t.Skip() } - if os.Getenv("ENABLE_CRI_SANDBOXES") != "" { - t.Skip() - } testCase := func(restart bool) func(*testing.T) { return func(t *testing.T) {