From 20eeda1faa59ee94c48ea59d220a7a253c2bb3f5 Mon Sep 17 00:00:00 2001 From: Christopher Hubing Date: Mon, 4 May 2020 14:01:03 -0400 Subject: [PATCH] Update main.bats --- tests/main.bats | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tests/main.bats b/tests/main.bats index c5910c52..c3d9aee0 100644 --- a/tests/main.bats +++ b/tests/main.bats @@ -6,9 +6,9 @@ load ../common docker image inspect ${maintainer}/${imagename} } -@test "030 Test Compose the environment" { - cd test-compose && ./compose.sh && docker-compose down -} +#@test "030 Test Compose the environment" { +# cd test-compose && ./compose.sh && docker-compose down +#} #@test "070 There are no known security vulnerabilities" {