diff --git a/components/engine/integration/system/main_test.go b/components/engine/integration/system/main_test.go index ad0d203753..575bbc166d 100644 --- a/components/engine/integration/system/main_test.go +++ b/components/engine/integration/system/main_test.go @@ -23,6 +23,6 @@ func TestMain(m *testing.M) { } func setupTest(t *testing.T) func() { - environment.ProtectImages(t, testEnv) + environment.ProtectAll(t, testEnv) return func() { testEnv.Clean(t) } }