Skip to content

Commit 8ed7800

Browse files
committed
test: temporarily disable test_sysctl
Until systemd/systemd#30056 is resolved.
1 parent 2527b72 commit 8ed7800

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

+1
Original file line numberDiff line numberDiff line change
@@ -3564,6 +3564,7 @@ def test_link_local_addressing_ipv6ll(self):
35643564
print(output)
35653565
self.assertRegex(output, 'inet6 .* scope link')
35663566

3567+
@unittest.skip("Re-enable once https://github.com/systemd/systemd/issues/30056 is resolved")
35673568
def test_sysctl(self):
35683569
copy_networkd_conf_dropin('25-global-ipv6-privacy-extensions.conf')
35693570
copy_network_unit('25-sysctl.network', '12-dummy.netdev', copy_dropins=False)

0 commit comments

Comments
 (0)