Skip to content
Snippets Groups Projects
Commit 1717492f authored by Konstantin Pavlov's avatar Konstantin Pavlov Committed by Konstantin Pavlov
Browse files

Tests: temporarily remove ipv6 check

It seems github actions runners are having issues with ipv6 since
lateset updates to Docker 26.  Let them sort the issues out first, and
then we can revert this change.
parent 94a27ac4
No related branches found
No related tags found
No related merge requests found
example.com - OK
ipv6 nameserver(s) present
......@@ -68,14 +68,3 @@ _request() {
# Check that we can request /
_request GET http '/resolver-templates' | grep 'example.com - OK'
result="$(docker exec $cid grep resolver /etc/nginx/conf.d/server.conf)"
case "$result" in
resolver*\[*\]*)
echo "ipv6 nameserver(s) present"
;;
*)
echo "no ipv6 nameserver(s) present"
;;
esac
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment