Skip to content

Commit

Permalink
test: temporarily disable test_sysctl
Browse files Browse the repository at this point in the history
Until systemd/systemd#30056 is resolved.
  • Loading branch information
mrc0mmand committed Dec 12, 2023
1 parent 2527b72 commit 8ed7800
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/test-network/systemd-networkd-tests.py
Original file line number Diff line number Diff line change
Expand Up @@ -3564,6 +3564,7 @@ def test_link_local_addressing_ipv6ll(self):
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)
Expand Down

0 comments on commit 8ed7800

Please sign in to comment.