drivaspreset commented on code in PR #43004:
URL: https://github.com/apache/superset/pull/43004#discussion_r3935908492
##########
.github/workflows/superset-e2e.yml:
##########
@@ -274,6 +274,23 @@ jobs:
SUPERSET_FEATURE_SOFT_DELETE: "true"
with:
run: playwright-run "${{ matrix.app_root }}" recently-archived/
+ - name: Run Playwright (Global Async Queries Tests)
Review Comment:
You're right — the conditional project kept the specs out of the required
*step*, but the step was still in `playwright-tests`, which
`playwright-tests-required` aggregates. So a GAQ flake or a slow worker
startup
blocked every PR, GAQ-related or not.
Moved to the `playwright-tests-experimental` job in `superset-playwright.yml`
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]