Skip to content

Commit

Permalink
tests: ignore error in provider filter (#14853)
Browse files Browse the repository at this point in the history
  • Loading branch information
maykathm authored Dec 13, 2024
1 parent 5dfc211 commit f78fee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/spread-tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ jobs:
./tests/lib/spread/add-backend tests/lib/spread/backend.openstack.yaml spread.yaml
fi
spread_list="$($SPREAD -list $RUN_TESTS 2>&1)"
spread_list="$($SPREAD -list $RUN_TESTS 2>&1 || true)"
if [[ "$spread_list" =~ amazon-linux-2023 ]]; then
# Amazon Linux 2023 has no xdelta, however we cannot disable
Expand Down

0 comments on commit f78fee0

Please sign in to comment.