skip failing windows tests (#3558)

This commit is contained in:
Kurt Hutten
2024-08-20 16:37:16 +10:00
committed by GitHub
parent 8b8fb696d0
commit fba3d7c5c1
6 changed files with 75 additions and 3 deletions

View File

@ -192,6 +192,10 @@ 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) => {