Skip to content

Commit

Permalink
Turn of setting persistence test with fixme
Browse files Browse the repository at this point in the history
  • Loading branch information
franknoirot committed Nov 8, 2024
1 parent e6308c9 commit cf572e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/playwright/testing-settings.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ test.describe('Testing settings', () => {
})
})

test(
test.fixme(
`Project settings override user settings on desktop`,
{ tag: ['@electron', '@skipWin'] },
async ({ browser: _ }, testInfo) => {
Expand Down

0 comments on commit cf572e0

Please sign in to comment.