Skip to content

Commit ace1c14

Browse files
containers/podman-py: Deselect test_manifest_crud on non-x86_64
1 parent 617df1b commit ace1c14

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/containers/python_runtime.pm

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,11 @@ sub test {
136136
# Flaky test
137137
"tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream"
138138
);
139+
} else {
140+
push @deselect, (
141+
# This test depends on an image available only for x86_64
142+
"podman/tests/integration/test_manifests.py::ManifestsIntegrationTest::test_manifest_crud"
143+
) unless is_x86_64;
139144
}
140145
my $deselect = join " ", map { "--deselect=$_" } @deselect;
141146

0 commit comments

Comments
 (0)