integration: enable tests for sbserver
Signed-off-by: Samuel Karp <samuelkarp@google.com>
This commit is contained in:
parent
1deaedd38a
commit
085d8e6334
@ -103,9 +103,6 @@ func TestRunPodSandboxWithShimDeleteFailure(t *testing.T) {
|
|||||||
if runtime.GOOS != "linux" {
|
if runtime.GOOS != "linux" {
|
||||||
t.Skip()
|
t.Skip()
|
||||||
}
|
}
|
||||||
if os.Getenv("ENABLE_CRI_SANDBOXES") != "" {
|
|
||||||
t.Skip()
|
|
||||||
}
|
|
||||||
|
|
||||||
testCase := func(restart bool) func(*testing.T) {
|
testCase := func(restart bool) func(*testing.T) {
|
||||||
return func(t *testing.T) {
|
return func(t *testing.T) {
|
||||||
@ -177,9 +174,6 @@ func TestRunPodSandboxWithShimStartAndTeardownCNIFailure(t *testing.T) {
|
|||||||
if runtime.GOOS != "linux" {
|
if runtime.GOOS != "linux" {
|
||||||
t.Skip()
|
t.Skip()
|
||||||
}
|
}
|
||||||
if os.Getenv("ENABLE_CRI_SANDBOXES") != "" {
|
|
||||||
t.Skip()
|
|
||||||
}
|
|
||||||
|
|
||||||
testCase := func(restart bool) func(*testing.T) {
|
testCase := func(restart bool) func(*testing.T) {
|
||||||
return func(t *testing.T) {
|
return func(t *testing.T) {
|
||||||
|
Loading…
Reference in New Issue
Block a user