Protect environment for system integration tests
Signed-off-by: Christopher Crone <christopher.crone@docker.com> Upstream-commit: d43dac2202667a407f4c5ab061c04b0ea334aa20 Component: engine
This commit is contained in:
@@ -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) }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user