diff --git a/cypress/integration/plugins/index-management-dashboards-plugin/indices_spec.js b/cypress/integration/plugins/index-management-dashboards-plugin/indices_spec.js index 723835d18..b0de7ef1c 100644 --- a/cypress/integration/plugins/index-management-dashboards-plugin/indices_spec.js +++ b/cypress/integration/plugins/index-management-dashboards-plugin/indices_spec.js @@ -256,8 +256,7 @@ describe('Indices', () => { }); describe('can search with reindex & recovery status', () => { - const reindexedIndex = - 'reindex_opensearch_dashboards_sample_data_ecommerce'; + const reindexedIndex = `${Date.now()}_reindex_sample_data_ecommerce`; const splittedIndex = 'split_opensearch_dashboards_sample_data_logs'; before(() => { cy.deleteAllIndices();