From 0bcb8048a66959bcddd99f5959f69917b3bc5bc9 Mon Sep 17 00:00:00 2001 From: Brett Holman Date: Tue, 3 Jan 2023 09:08:23 -0700 Subject: test: mock dns calls (#1922) Add fixture to disallow dns lookups by default in a common utility function. --- tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'tox.ini') diff --git a/tox.ini b/tox.ini index dd7973b7..3b668bc0 100644 --- a/tox.ini +++ b/tox.ini @@ -318,3 +318,4 @@ markers = ubuntu: this test should run on Ubuntu unstable: skip this test because it is flakey user_data: the user data to be passed to the test instance + allow_dns_lookup: disable autochecking for host network configuration -- cgit v1.2.1