Skip to content

Commit

Permalink
tests: re-enabling all but the discovery tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tegefaulkes committed Sep 26, 2022
1 parent de75773 commit 87caedd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/build-platforms-generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ EOF
printf "\n"

# Each test directory has its own job
for test_dir in tests/acl/**/*/; do
for test_dir in tests/**/*/; do
# Ignore discovery domain for now
if [[ "$test_dir" =~ discovery ]]; then
continue
Expand Down

0 comments on commit 87caedd

Please sign in to comment.