Przeglądaj źródła

test: temporarily skip intermittently failing test

Gabriel Horner 3 lat temu
rodzic
commit
48306d37aa
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      e2e-tests/flashcards.spec.ts

+ 1 - 1
e2e-tests/flashcards.spec.ts

@@ -3,7 +3,7 @@ import { test } from './fixtures'
 import { createRandomPage } from './utils'
 
 
-test('flashcard demo', async ({ page, block }) => {
+test.skip('flashcard demo', async ({ page, block }) => {
   await createRandomPage(page)
 
   await block.mustFill('Why do you add cards? #card #logseq')