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
1 change: 0 additions & 1 deletion podman/tests/integration/test_images.py
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,6 @@ def test_search(self):
# Just check that it doesn't throw an exception and move on.
self.client.images.search("alpine")

@unittest.skip("Needs Podman 3.1.0")
def test_corrupt_load(self):
with self.assertRaises(APIError) as e:
next(self.client.images.load(b"This is a corrupt tarball"))
Expand Down
1 change: 0 additions & 1 deletion podman/tests/integration/test_networks.py
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ def test_network_connect(self):
post_count = network.containers
self.assertGreater(pre_count, post_count)

@unittest.skip("Requires Podman 3.1")
def test_network_prune(self):
network = self.client.networks.create(
"integration_test",
Expand Down
Loading