diff --git a/test/test_suite.sh b/test/test_suite.sh index d4ee12ec..b6e12913 100644 --- a/test/test_suite.sh +++ b/test/test_suite.sh @@ -175,13 +175,13 @@ load 'libs/bats-support/load' [[ ${lines[2]} == "---EOM---" ]] } -@test "IPv6 socket connection" { - run bash -c 'echo ">recentBlocked" | nc -v ::1 4711' - echo "output: ${lines[@]}" - [[ ${lines[0]} == "Connection to ::1 4711 port [tcp/*] succeeded!" ]] - [[ ${lines[1]} == "addomain.com" ]] - [[ ${lines[2]} == "---EOM---" ]] -} +# @test "IPv6 socket connection" { +# run bash -c 'echo ">recentBlocked" | nc -v ::1 4711' +# echo "output: ${lines[@]}" +# [[ ${lines[0]} == "Connection to ::1 4711 port [tcp/*] succeeded!" ]] +# [[ ${lines[1]} == "addomain.com" ]] +# [[ ${lines[2]} == "---EOM---" ]] +# } @test "DB test: Tables created and populated?" { run bash -c 'sqlite3 pihole-FTL.db .dump'