mirror of
https://github.com/Dasharo/systemd.git
synced 2026-03-06 15:02:31 -08:00
test: temporarily skip checking NFT sets in test_address_static
Until https://github.com/systemd/systemd/issues/30427 is resolved.
This commit is contained in:
@@ -2621,9 +2621,10 @@ class NetworkdNetworkTests(unittest.TestCase, Utilities):
|
||||
ip6_null_74=ip6_null_74,
|
||||
)
|
||||
# nft set
|
||||
self.check_nftset('addr4', r'10\.10\.1\.1')
|
||||
self.check_nftset('network4', r'10\.10\.1\.0/24')
|
||||
self.check_nftset('ifindex', 'dummy98')
|
||||
# FIXME: re-enable once https://github.com/systemd/systemd/issues/30427 is resolved
|
||||
#self.check_nftset('addr4', r'10\.10\.1\.1')
|
||||
#self.check_nftset('network4', r'10\.10\.1\.0/24')
|
||||
#self.check_nftset('ifindex', 'dummy98')
|
||||
|
||||
self.teardown_nftset('addr4', 'network4', 'ifindex')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user