We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1b8dfd commit 4367e31Copy full SHA for 4367e31
1 file changed
integration/sandbox_run_rollback_test.go
@@ -95,9 +95,6 @@ func TestRunPodSandboxWithShimDeleteFailure(t *testing.T) {
95
if runtime.GOOS != "linux" {
96
t.Skip()
97
}
98
- if os.Getenv("ENABLE_CRI_SANDBOXES") != "" {
99
- t.Skip()
100
- }
101
102
testCase := func(restart bool) func(*testing.T) {
103
return func(t *testing.T) {
@@ -169,9 +166,6 @@ func TestRunPodSandboxWithShimStartAndTeardownCNIFailure(t *testing.T) {
169
166
170
167
171
168
172
173
174
175
176
177
0 commit comments