We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99aa493 commit d0af803Copy full SHA for d0af803
test/test-network/systemd-networkd-tests.py
@@ -3116,6 +3116,7 @@ def test_link_local_addressing_ipv6ll(self):
3116
print(output)
3117
self.assertRegex(output, 'inet6 .* scope link')
3118
3119
+ @unittest.skip("Re-enable once https://github.com/systemd/systemd/issues/30056 is resolved")
3120
def test_sysctl(self):
3121
copy_network_unit('25-sysctl.network', '12-dummy.netdev')
3122
start_networkd()
0 commit comments