Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions qubes/tests/integ/network.py
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,6 @@ def test_001_simple_networking_paused_from_existent_to_none(self):
self.ping_deadline_name,
)

@unittest.skip("kernel issue")
def test_001_simple_networking_paused_change_shutdown_old(self):
"""
:type self: qubes.tests.SystemTestCase | VmNetworkingMixin
Expand All @@ -394,7 +393,6 @@ def test_001_simple_networking_paused_change_shutdown_old(self):
self.ping_deadline_name,
)

@unittest.skip("kernel issue")
def test_001_simple_networking_paused_change_purge_old(self):
"""
:type self: qubes.tests.SystemTestCase | VmNetworkingMixin
Expand Down
2 changes: 0 additions & 2 deletions qubes/tests/integ/network_ipv6.py
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,6 @@ def test_501_simple_networking_paused_from_existent_to_none(self):
self.ping6_deadline_name,
)

@unittest.skip("kernel issue")
def test_501_simple_networking_paused_change_shutdown_old(self):
"""
:type self: qubes.tests.SystemTestCase | VmIPv6NetworkingMixin
Expand All @@ -155,7 +154,6 @@ def test_501_simple_networking_paused_change_shutdown_old(self):
self.ping6_deadline_name,
)

@unittest.skip("kernel issue")
def test_501_simple_networking_paused_change_purge_old(self):
"""
:type self: qubes.tests.SystemTestCase | VmIPv6NetworkingMixin
Expand Down