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.

(cherry picked from commit 8ed7800)
  • Loading branch information
mrc0mmand authored and keszybz committed Apr 24, 2024
1 parent 0df675e commit b872bbd
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 @@ -3581,6 +3581,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 b872bbd

Please sign in to comment.