Skip to content

Commit

Permalink
test.fixme various
Browse files Browse the repository at this point in the history
  • Loading branch information
lf94 committed Nov 4, 2024
1 parent 16b32e0 commit b21efc1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion e2e/playwright/various.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -256,13 +256,15 @@ test('First escape in tool pops you out of tool, second exits sketch mode', asyn
).not.toBeVisible()
})

test('Basic default modeling and sketch hotkeys work', async ({ page }) => {
test.fixme('Basic default modeling and sketch hotkeys work', async ({ page }) => {
const u = await getUtils(page)

// This test can run long if it takes a little too long to load
// the engine.
test.setTimeout(90000)
// This test has a weird bug on ubuntu
// Funny, it's flaking on Windows too :). I think there is just something
// actually wrong.
test.skip(
process.platform === 'linux',
'weird playwright bug on ubuntu https://github.com/KittyCAD/modeling-app/issues/2444'
Expand Down

0 comments on commit b21efc1

Please sign in to comment.