Skip to content

Commit

Permalink
Fix flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
adamchalmers committed Nov 5, 2024
1 parent 6a61cd9 commit 6de8ee9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/playwright/projects.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1669,7 +1669,8 @@ test(
}
)

test(
// Flaky
test.fixme(
'Original project name persist after onboarding',
{ tag: '@electron' },
async ({ browserName }, testInfo) => {
Expand Down

0 comments on commit 6de8ee9

Please sign in to comment.