Disable test failing intermittently for the Xth test

pull/9623/head
Gabriel Horner 2023-06-12 11:02:01 -04:00 committed by Gabriel Horner
parent bbc30fde81
commit 839917dbf8
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@ import { createRandomPage, escapeToCodeEditor, escapeToBlockEditor } from './uti
* For more information, see: https://codemirror.net/doc/manual.html
*/
test('switch code editing mode', async ({ page }) => {
// TODO: Fix test that started intermittently failing some time around
// https://github.com/logseq/logseq/pull/9540
test.skip('switch code editing mode', async ({ page }) => {
await createRandomPage(page)
// NOTE: ` will trigger auto-pairing in Logseq