summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Goff <cpuguy83@gmail.com>2019-12-19 11:29:46 -0800
committerGitHub <noreply@github.com>2019-12-19 11:29:46 -0800
commit5f83f15ecb5098603ea275b279809e6a9eeef774 (patch)
tree36071ae0544a703f060f1162145864ddca80e6b6
parenta9416c67da9fdacefa909d86e9271aeb6a9a9f05 (diff)
parent25c5a55261c3a856264c19d3b252351566a210a6 (diff)
downloaddocker-5f83f15ecb5098603ea275b279809e6a9eeef774.tar.gz
Merge pull request #40193 from vikramhh/volumes_plugins_test_failure
Volume plugin tests [integration/plugin/volumes] should always be executed - checks for OS Type should happen within the test
-rw-r--r--integration/plugin/volumes/main_test.go3
1 files changed, 0 insertions, 3 deletions
diff --git a/integration/plugin/volumes/main_test.go b/integration/plugin/volumes/main_test.go
index fe0a07938b..a8ca6a82a1 100644
--- a/integration/plugin/volumes/main_test.go
+++ b/integration/plugin/volumes/main_test.go
@@ -19,9 +19,6 @@ func TestMain(m *testing.M) {
fmt.Println(err)
os.Exit(1)
}
- if testEnv.OSType != "linux" {
- os.Exit(0)
- }
err = environment.EnsureFrozenImagesLinux(testEnv)
if err != nil {
fmt.Println(err)