Skip to content

Commit

Permalink
Tuned default excludes
Browse files Browse the repository at this point in the history
to excllude run wrapper and criu
  • Loading branch information
judovana committed Dec 9, 2024
1 parent 0822849 commit 0fe7727
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion external/run_all.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ if [ -z ${IMAGES:-} ] ; then
fi
if [ -z ${TEST_EXCLUDE_LIST:-} ] ; then
# those tests donot seem to run with external JDK
TEST_EXCLUDE_LIST="\(criu\|quarkus\|openliberty\|tck-ubi-testplaylist\|openjdk\)"
TEST_EXCLUDE_LIST="\(criu\|tck-ubi-test\|external_custom\)"
fi
if [ -z ${TEST_INCLUDE_LIST:-} ] ; then
TEST_INCLUDE_LIST=".*"
Expand Down

0 comments on commit 0fe7727

Please sign in to comment.