From 085d8e63344ba252f368e5b6230c5e518cb49417 Mon Sep 17 00:00:00 2001 From: Samuel Karp Date: Fri, 23 Sep 2022 13:25:31 -0700 Subject: [PATCH] integration: enable tests for sbserver Signed-off-by: Samuel Karp --- integration/sandbox_run_rollback_test.go | 6 ------ 1 file changed, 6 deletions(-) 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) {