Skip to content

Commit ec050a2

Browse files
committed
test(e2e): skip test to avoid creating unnecessary boards in real relays
1 parent 9a84d53 commit ec050a2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

e2e/board-sharing.spec.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@ const TEST_USERS = {
3131
// Test Suites
3232
test.describe('Board Sharing - Permission System', () => {
3333

34-
test('Owner kann Editoren einladen und Editor kann Karten erstellen und bearbeiten', async ({ page }) => {
34+
// TODO: skipped because it is creating dummy boards at real relays. It should use only localhost:7000.
35+
test.skip('Owner kann Editoren einladen und Editor kann Karten erstellen und bearbeiten', async ({ page }) => {
3536
test.setTimeout(120000);
3637

3738
await page.goto('/cardsboard');

0 commit comments

Comments
 (0)