From: Michael Biebl Date: Mon, 12 Dec 2022 23:32:17 +0000 (+0100) Subject: Skip flaky test_resolved_domain_restricted_dns in networkd-test.py X-Git-Tag: archive/raspbian/255.3-1+rpi1~2^2~8 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=a5f6b831e84558793577c172403100021c8bff61;p=systemd.git Skip flaky test_resolved_domain_restricted_dns in networkd-test.py 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 --- diff --git a/test/networkd-test.py b/test/networkd-test.py index 512137ca..1bf15382 100755 --- a/test/networkd-test.py +++ b/test/networkd-test.py @@ -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'''