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 -}