Browse Source

test: disable flaky LTAR test

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6721/head
Raju Udava 12 months ago
parent
commit
4d45418275
  1. 3
      tests/playwright/tests/db/columns/columnLinkToAnotherRecord.spec.ts

3
tests/playwright/tests/db/columns/columnLinkToAnotherRecord.spec.ts

@ -1,8 +1,11 @@
import { test } from '@playwright/test';
import { DashboardPage } from '../../../pages/Dashboard';
import setup, { unsetup } from '../../../setup';
import { enableQuickRun } from '../../../setup/db';
test.describe('LTAR create & update', () => {
if (enableQuickRun()) test.skip();
let dashboard: DashboardPage;
let context: any;

Loading…
Cancel
Save