Skip to content

Commit

Permalink
test(elasticsearch-plugin): Fix failing e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelbromley committed Nov 8, 2024
1 parent 82512ee commit d4e1794
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -188,6 +188,7 @@ describe('Elasticsearch plugin', () => {
customerCount: 1,
});
await adminClient.asSuperAdmin();
await awaitRunningJobs(adminClient);
await adminClient.query(REINDEX);
await awaitRunningJobs(adminClient);
}, TEST_SETUP_TIMEOUT_MS);
Expand Down

0 comments on commit d4e1794

Please sign in to comment.