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>
Wed, 24 Jan 2024 20:03:15 +0000 (20:03 +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 512137cacc92b63585486af828e8b17325d6448a..1bf153825b5029e2f6c06723b1d172dc0b533972 100755 (executable)
@@ -639,6 +639,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'''