diff --git a/tests/playwright/tests/db/features/keyboardShortcuts.spec.ts b/tests/playwright/tests/db/features/keyboardShortcuts.spec.ts index dc2b5e82ed..17c2c257d8 100644 --- a/tests/playwright/tests/db/features/keyboardShortcuts.spec.ts +++ b/tests/playwright/tests/db/features/keyboardShortcuts.spec.ts @@ -50,7 +50,7 @@ test.describe('Verify shortcuts', () => { await unsetup(context); }); - test('Verify shortcuts', async ({ page }) => { + test.skip('Verify shortcuts', async ({ page }) => { await dashboard.treeView.openTable({ title: 'Country' }); // create new table await page.keyboard.press('Alt+t');