Skip to content

Commit

Permalink
Removed listening on port 3306 test
Browse files Browse the repository at this point in the history
  • Loading branch information
Chris Bynum committed Aug 31, 2016
1 parent d9fa388 commit a0084c8
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/image.bats
Original file line number Diff line number Diff line change
Expand Up @@ -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
}

0 comments on commit a0084c8

Please sign in to comment.