From cf480bb679c3816eecdf273bfe77ee609b2b7a85 Mon Sep 17 00:00:00 2001 From: Adam Sunderland Date: Fri, 23 Aug 2024 13:52:58 -0400 Subject: [PATCH] Enable the last windows test not passing --- e2e/playwright/testing-settings.spec.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/e2e/playwright/testing-settings.spec.ts b/e2e/playwright/testing-settings.spec.ts index 6ee51d362..31ccaaea6 100644 --- a/e2e/playwright/testing-settings.spec.ts +++ b/e2e/playwright/testing-settings.spec.ts @@ -233,10 +233,6 @@ test.describe('Testing settings', () => { `Project settings override user settings on desktop`, { tag: '@electron' }, async ({ browser: _ }, testInfo) => { - test.skip( - process.platform === 'win32', - 'TODO: remove this skip https://github.com/KittyCAD/modeling-app/issues/3557' - ) const { electronApp, page } = await setupElectron({ testInfo, folderSetupFn: async (dir) => {