Skip to content

Commit

Permalink
Tests: temporarily remove ipv6 check
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
thresheek committed Jun 21, 2024
1 parent 94a27ac commit 1717492
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 12 deletions.
1 change: 0 additions & 1 deletion .test/tests/templates-resolver-ipv6/expected-std-out.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
example.com - OK
ipv6 nameserver(s) present
11 changes: 0 additions & 11 deletions .test/tests/templates-resolver-ipv6/run.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 comments on commit 1717492

Please sign in to comment.