mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Protect environment for system integration tests
Signed-off-by: Christopher Crone <christopher.crone@docker.com>
This commit is contained in:
parent
7406088853
commit
d43dac2202
1 changed files with 1 additions and 1 deletions
|
@ -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) }
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue