Skip to content

Commit 99e08fe

Browse files
committed
integration: enable tests for sbserver
Signed-off-by: Samuel Karp <[email protected]>
1 parent acb4016 commit 99e08fe

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

integration/sandbox_run_rollback_test.go

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -95,9 +95,6 @@ func TestRunPodSandboxWithShimDeleteFailure(t *testing.T) {
9595
if runtime.GOOS != "linux" {
9696
t.Skip()
9797
}
98-
if os.Getenv("ENABLE_CRI_SANDBOXES") != "" {
99-
t.Skip()
100-
}
10198

10299
testCase := func(restart bool) func(*testing.T) {
103100
return func(t *testing.T) {
@@ -169,9 +166,6 @@ func TestRunPodSandboxWithShimStartAndTeardownCNIFailure(t *testing.T) {
169166
if runtime.GOOS != "linux" {
170167
t.Skip()
171168
}
172-
if os.Getenv("ENABLE_CRI_SANDBOXES") != "" {
173-
t.Skip()
174-
}
175169

176170
testCase := func(restart bool) func(*testing.T) {
177171
return func(t *testing.T) {

0 commit comments

Comments
 (0)