Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
Signed-off-by: Marius Sincovici <[email protected]>
  • Loading branch information
mariusSincovici committed Dec 12, 2024
1 parent d560b82 commit 3d4d63d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/qa/lib/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ def is_not_available(retry=5) -> bool:

# If assert below fails, and you are running Kill Switch tests on your machine, inside of Docker,
# set DNS in resolv.conf of your system to anything else but 127.0.0.53
return not _is_internet_reachable(retry) and not _is_dns_resolvable(retry)
return not _is_internet_reachable(retry)


def is_available(retry=5) -> bool:
Expand Down

0 comments on commit 3d4d63d

Please sign in to comment.