Skip to content

Commit

Permalink
Remove leftover deletion of Destinations in Cypress test clean-up
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Qureshi <[email protected]>
  • Loading branch information
qreshi committed Apr 19, 2022
1 parent 6593f11 commit 449f802
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion cypress/integration/bucket_level_monitor_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -308,7 +308,6 @@ describe('Bucket-Level Monitors', () => {
after(() => {
// Delete all monitors and destinations
cy.deleteAllMonitors();
cy.deleteAllDestinations();

// Delete sample data
cy.deleteIndexByName(`${INDEX.SAMPLE_DATA_ECOMMERCE}`);
Expand Down
1 change: 0 additions & 1 deletion cypress/integration/cluster_metrics_monitor_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,6 @@ describe('ClusterMetricsMonitor', () => {
after(() => {
// Delete all monitors and destinations
cy.deleteAllMonitors();
cy.deleteAllDestinations();

// Delete sample data
cy.deleteIndexByName(`${INDEX.SAMPLE_DATA_ECOMMERCE}`);
Expand Down

0 comments on commit 449f802

Please sign in to comment.