From: Frantisek Sumsal Date: Tue, 12 Dec 2023 11:20:41 +0000 (+0100) Subject: test: temporarily disable test_sysctl X-Git-Tag: v256-rc1~1510^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8ed7800d7b0674c278513968e1bea1ebd4320c4f;p=thirdparty%2Fsystemd.git test: temporarily disable test_sysctl Until https://github.com/systemd/systemd/issues/30056 is resolved. --- diff --git a/test/test-network/systemd-networkd-tests.py b/test/test-network/systemd-networkd-tests.py index fc6606edb52..755b6eab0ac 100755 --- a/test/test-network/systemd-networkd-tests.py +++ b/test/test-network/systemd-networkd-tests.py @@ -3564,6 +3564,7 @@ class NetworkdNetworkTests(unittest.TestCase, Utilities): print(output) self.assertRegex(output, 'inet6 .* scope link') + @unittest.skip("Re-enable once https://github.com/systemd/systemd/issues/30056 is resolved") def test_sysctl(self): copy_networkd_conf_dropin('25-global-ipv6-privacy-extensions.conf') copy_network_unit('25-sysctl.network', '12-dummy.netdev', copy_dropins=False)