Skip to content

Commit

Permalink
Return waiting for cluster deletion
Browse files Browse the repository at this point in the history
  • Loading branch information
tplavcic committed Feb 3, 2025
1 parent 5ef9f2b commit 28c2c7b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ test.describe('Sharding (psmdb)', () => {
await deleteDbCluster(page, dbName);
// TODO: Waiting for cluster deletion is disabled because of issue: https://perconadev.atlassian.net/browse/EVEREST-1849
// Either wait for issue to be fixed and then re-enable or remove check permanently
// await waitForDelete(page, dbName, 240000);
await waitForDelete(page, dbName, 240000);
});

test('Mongo with sharding should not pass multinode cluster creation if config servers = 1', async ({
Expand Down

0 comments on commit 28c2c7b

Please sign in to comment.