We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1c8b33 commit 39e23ecCopy full SHA for 39e23ec
tests/containers/python_runtime.pm
@@ -136,6 +136,11 @@ sub test {
136
# Flaky test
137
"tests/integration/api_container_test.py::AttachContainerTest::test_attach_no_stream"
138
);
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;
144
}
145
my $deselect = join " ", map { "--deselect=$_" } @deselect;
146
0 commit comments