Browse Source

test: skip duplicate

Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
pull/6544/head
Raju Udava 1 year ago
parent
commit
c95cac2765
  1. 2
      tests/playwright/tests/db/general/projectOperations.spec.ts

2
tests/playwright/tests/db/general/projectOperations.spec.ts

@ -64,7 +64,7 @@ test.describe('Project operations', () => {
await dashboard.treeView.deleteProject({ title: 'project-rename', context });
});
test('project_duplicate', async () => {
test.skip('project_duplicate', async () => {
// if project already exists, delete it to avoid test failures due to residual data
const random = Math.floor(Math.random() * 1000000);
const testProjectName = `Project-To-Import-Export-${random}`;

Loading…
Cancel
Save