Explorar o código

test: temporarily skip intermittently failing test

Gabriel Horner %!s(int64=3) %!d(string=hai) anos
pai
achega
48306d37aa
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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')