-
Notifications
You must be signed in to change notification settings - Fork 4.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
chore: Temporarily disable Playwright Swaps tests #26050
Conversation
CLA Signature Action: All authors have signed the CLA. You may need to manually re-run the blocking PR check if it doesn't pass in a few minutes. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Summary
Temporarily disabled Playwright Swaps tests in the CI pipeline to address stability issues.
- Modified
.circleci/config.yml
to disable thetest-e2e-swap-playwright - OPTIONAL
job. - Ensures
test-e2e-swap-playwright
step will not run until tests are stabilized. - No changes to the actual test files or logic, only CI configuration adjustments.
1 file(s) reviewed, no comment(s)
Edit PR Review Bot Settings
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #26050 +/- ##
========================================
Coverage 69.68% 69.68%
========================================
Files 1405 1405
Lines 49701 49701
Branches 13738 13738
========================================
Hits 34630 34630
Misses 15071 15071 ☔ View full report in Codecov by Sentry. |
Builds ready [ac8dcb0]
Page Load Metrics (342 ± 319 ms)
Bundle size diffs
|
Description
Temporarily disabling the tests that were added here, because they need to be more stable. Once they are, we can enable them again.
Related issues
Fixes:
Manual testing steps
test-e2e-swap-playwright - OPTIONAL
step will not be run in a pull request.Screenshots/Recordings
Before
After
Pre-merge author checklist
Pre-merge reviewer checklist