Browse Source

Skip editbird tests

Thibaud Colas 3 years ago
parent
commit
60fe493999
1 changed files with 1 additions and 1 deletions
  1. 1 1
      client/tests/integration/editbird.test.js

+ 1 - 1
client/tests/integration/editbird.test.js

@@ -1,4 +1,4 @@
-describe('Editbird', () => {
+describe.skip('Editbird', () => {
   beforeAll(async () => {
     await page.goto('http://localhost:8000/');
   });