Skip to content

Commit

Permalink
Removed index creation step from test as ingesting data will perform …
Browse files Browse the repository at this point in the history
…that automatically.

Signed-off-by: AWSHurneyt <hurneyt@amazon.com>
  • Loading branch information
AWSHurneyt committed May 17, 2022
1 parent fc1add4 commit 80b2624
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cypress/integration/document_level_monitor_spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ const addDocumentsToTestIndex = (indexName = '', numOfDocs = 0) => {
describe('DocumentLevelMonitor', () => {
before(() => {
// Load sample data
cy.createIndexByName(TESTING_INDEX);
addDocumentsToTestIndex(TESTING_INDEX, 5);
});
beforeEach(() => {
Expand Down

0 comments on commit 80b2624

Please sign in to comment.