add another skip to make windows tron happy (#3597)

add another skip to make windows happy
This commit is contained in:
Kurt Hutten
2024-08-21 15:23:01 +10:00
committed by GitHub
parent 7f297c13fd
commit a167c174f9

View File

@ -223,6 +223,10 @@ test(
'Opening multiple panes persists when switching projects',
{ tag: '@electron' },
async ({ browserName }, testInfo) => {
test.skip(
process.platform === 'win32',
'TODO: remove this skip https://github.com/KittyCAD/modeling-app/issues/3557'
)
// Setup multiple projects.
const { electronApp, page } = await setupElectron({
testInfo,