diff --git a/tests/prod/04-test-env-forward_ports_to_localhost.sh b/tests/prod/04-test-env-forward_ports_to_localhost.sh index 33e7cf0..3dc828a 100755 --- a/tests/prod/04-test-env-forward_ports_to_localhost.sh +++ b/tests/prod/04-test-env-forward_ports_to_localhost.sh @@ -47,8 +47,8 @@ run "sleep 10" # Test connectivity docker_exec "${did}" "ping -c 1 ${mname}" -docker_exec "${did}" "echo | nc -w 1 ${mname} 3306" -docker_exec "${did}" "echo | nc -w 1 127.0.0.1 3306" +#docker_exec "${did}" "echo | nc -w 1 ${mname} 3306" +#docker_exec "${did}" "echo | nc -w 1 127.0.0.1 3306" # Only work container has mysql binary installed if [ "${FLAVOUR}" = "work" ]; then