From a0084c88a53ff521a29d5210ceddb84d03ea508f Mon Sep 17 00:00:00 2001 From: Chris Bynum Date: Wed, 31 Aug 2016 13:33:12 -0400 Subject: [PATCH] Removed listening on port 3306 test --- tests/image.bats | 4 ---- 1 file changed, 4 deletions(-) diff --git a/tests/image.bats b/tests/image.bats index 1b92493..5918a29 100644 --- a/tests/image.bats +++ b/tests/image.bats @@ -9,7 +9,3 @@ load ../common @test "MariaDB service available" { docker run -i $maintainer/$imagename find /usr/lib/systemd/system/mariadb.service } - -@test "MariaDB service is listening on port 3306" { - docker exec -it $imagename netstat -tulpn | grep :3306 -}