Skip to content

Commit

Permalink
chore: try skipping failing driver-integration tests that do not work…
Browse files Browse the repository at this point in the history
… on contributor PRs (component)
  • Loading branch information
AtofStryker committed Jun 1, 2023
1 parent f81498e commit 95a96b8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .circleci/workflows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,8 @@ commands:
if [[ <<parameters.type>> == 'ct' ]]; then
# component tests are located side by side with the source codes.
GLOB="src/**/*cy.*"
# run usual driver integration component tests, except those we know are issues on contributor PRs
GLOB="src/**/!(FileMatch|PromoAction|SelectorPlayground)*cy.*"
fi
TESTFILES=$(circleci tests glob "$GLOB" | circleci tests split --total=$CIRCLE_NODE_TOTAL)
Expand Down

0 comments on commit 95a96b8

Please sign in to comment.