]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
Revert "test: temporarily disable test_sysctl" 30138/head
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 2 Jan 2024 19:34:59 +0000 (04:34 +0900)
committerYu Watanabe <watanabe.yu+github@gmail.com>
Sun, 11 Feb 2024 16:14:55 +0000 (01:14 +0900)
This reverts commit 8ed7800d7b0674c278513968e1bea1ebd4320c4f.

test/test-network/systemd-networkd-tests.py

index 346ed4b2b33cc08b43c30395c007c32790a45c29..52461eef02883fbbdd865fbff067b0c863c15212 100755 (executable)
@@ -3693,7 +3693,6 @@ 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)