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)
(cherry picked from commit b872bbd)
(cherry picked from commit d031025)
  • Loading branch information
mrc0mmand authored and bluca committed Apr 25, 2024
1 parent c31526a commit ff55695
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 @@ -3153,6 +3153,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_network_unit('25-sysctl.network', '12-dummy.netdev')
start_networkd()
Expand Down

0 comments on commit ff55695

Please sign in to comment.