diff --git a/e2e-tests/random.spec.ts b/e2e-tests/random.spec.ts index 2b40d6456..7d57fcd47 100644 --- a/e2e-tests/random.spec.ts +++ b/e2e-tests/random.spec.ts @@ -96,7 +96,8 @@ const generateRandomTest = (size: number): RandomTestStep[] => { return steps } -test('Random editor operations', async ({ page, block }) => { +// TODO: Fix test that intermittently started failing after https://github.com/logseq/logseq/pull/6945 +test.skip('Random editor operations', async ({ page, block }) => { const steps = generateRandomTest(20) await createRandomPage(page)