Skip to content

Commit

Permalink
added a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jloleysens committed Aug 25, 2023
1 parent a6511a1 commit 00eacf7
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ const TEST_INDEX_A_ALIAS = '.some_index';
const TEST_INDEX_B = '.some_other_index_1';
const TEST_INDICES = [TEST_INDEX_A, TEST_INDEX_B];

/**
* The intention with this set of tests is to ensure that we are able to run all ZDT actions against serverless ES. Do
* not add tests here to ensure that sequences of actions work as expected. These should be added elsewhere.
*/
describe.skip('ZDT migration actions', () => {
let serverlessES: TestServerlessESUtils;
let client: Client;
Expand Down

0 comments on commit 00eacf7

Please sign in to comment.