Browse Source

test: temporary disable

pull/8040/head
Raju Udava 3 months ago
parent
commit
7592d2fd37
  1. 2
      tests/playwright/tests/db/views/viewCalendar.spec.ts

2
tests/playwright/tests/db/views/viewCalendar.spec.ts

@ -288,7 +288,7 @@ test.describe('Calendar View', () => {
await dashboard.viewSidebar.deleteView({ title: 'Calendar' });
});
test('Calendar Drag and Drop & Undo Redo Operations', async () => {
test.skip('Calendar Drag and Drop & Undo Redo Operations', async () => {
test.slow();
await dashboard.treeView.openBase({ title: `xcdb${context.workerId}` });

Loading…
Cancel
Save