Skip to content

Commit

Permalink
Run 'from_dockerfile' only on x86_64
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszachy authored and phracek committed Feb 18, 2025
1 parent 88ca1f6 commit 62193c3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions test/run
Original file line number Diff line number Diff line change
Expand Up @@ -235,8 +235,10 @@ for server in ${WEB_SERVERS[@]}; do
cleanup
done

TEST_LIST="test_from_dockerfile test_from_dockerfile_s2i"
TEST_SET=${TESTS:-$TEST_LIST} ct_run_tests_from_testset "from_dockerfile"
if [[ $(arch) == "x86_64" ]]; then
TEST_LIST="test_from_dockerfile test_from_dockerfile_s2i"
TEST_SET=${TESTS:-$TEST_LIST} ct_run_tests_from_testset "from_dockerfile"
fi


# Remove all test dependencies
Expand Down

0 comments on commit 62193c3

Please sign in to comment.