Skip flaky test_resolved_domain_restricted_dns in networkd-test.py
authorMichael Biebl <biebl@debian.org>
Mon, 12 Dec 2022 23:32:17 +0000 (00:32 +0100)
committerLuca Boccassi <bluca@debian.org>
Fri, 10 Nov 2023 00:25:41 +0000 (00:25 +0000)
This test is part of DnsmasqClientTest and does not work reliably under
LXC/debci, so skip it for the time being.

Closes: #1025908
Gbp-Pq: Topic debian
Gbp-Pq: Name Skip-flaky-test_resolved_domain_restricted_dns-in-network.patch

test/networkd-test.py

index 84013e75ad7b0dce6702b5a5963fa75c09b6ee8a..172b3b36131538bb4ad6c29926ed0ff553e0a584 100755 (executable)
@@ -633,6 +633,7 @@ class DnsmasqClientTest(ClientTestBase, unittest.TestCase):
         with open(path) as f:
             sys.stdout.write('\n\n---- {} ----\n{}\n------\n\n'.format(os.path.basename(path), f.read()))
 
+    @unittest.skip("test is flaky:  https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1025908")
     def test_resolved_domain_restricted_dns(self):
         '''resolved: domain-restricted DNS servers'''