-
Notifications
You must be signed in to change notification settings - Fork 360
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
fix: Workspace Projects and Tasks test flakes [CM-554] #10026
Conversation
✅ Deploy Preview for determined-ui ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #10026 +/- ##
==========================================
- Coverage 54.60% 50.56% -4.04%
==========================================
Files 1259 949 -310
Lines 157329 128685 -28644
Branches 3621 3620 -1
==========================================
- Hits 85902 65066 -20836
+ Misses 71294 63486 -7808
Partials 133 133
Flags with carried forward coverage won't be shown. Click here to find out more. |
const workspaceIds: number[] = []; | ||
|
||
test.beforeAll(async ({ backgroundApiProject, backgroundApiWorkspace }) => { | ||
// create workspace to use for List tests instead of using fixture: |
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.
tell me why inside this comment
Ticket
CM-554
Description
Potential fixes for flaky tests
Workspace Tasks › JupyterLab
Project List › Filter
Test Plan
No additional release party testing required. Automated tests should pass.
Checklist
docs/release-notes/
See Release Note for details.