Просмотр исходного кода

Temporarily disable another test that is intermittently failing

E.g. see
https://github.com/logseq/logseq/actions/runs/3527181103/jobs/5915950917
Gabriel Horner 3 лет назад
Родитель
Сommit
f045875460
1 измененных файлов с 2 добавлено и 1 удалено
  1. 2 1
      e2e-tests/random.spec.ts

+ 2 - 1
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)