Skip to content

Commit

Permalink
Temporarily skip native tests due to spring-atticgh-1584
Browse files Browse the repository at this point in the history
  • Loading branch information
sdeleuze committed Apr 14, 2022
1 parent 2bb0fe0 commit 09a9368
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ci/scripts/build-samples.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ if ! (./build.sh); then
RC=1
fi
if [ "$AOT_ONLY" = false ] ; then
if ! (./build-samples-with-native-tests.sh); then
# Temporarily skip native tests due to https://github.com/spring-projects-experimental/spring-native/issues/1584
# if ! (./build-samples-with-native-tests.sh); then
if ! (./build-samples.sh); then
RC=1
fi
else
Expand Down

0 comments on commit 09a9368

Please sign in to comment.