Skip to content

Commit 094bf9c

Browse files
[Reindex Service] Add tracking issue to skipped test (elastic#267687)
## Summary This PR: - Updated the Reindex Service API integration test skip comment to link to elastic#267685 for tracking.
1 parent 2a6773d commit 094bf9c

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/platform/test/reindex_service/rest_api/reindexing.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,8 @@ export default function ({ getService }: FtrProviderContext) {
170170
});
171171
});
172172

173-
// This test no longer works because the reindex api will error if you're trying to reindex into an existing index.
173+
// https://github.com/elastic/kibana/issues/267685: This test no longer works,
174+
// because the reindex api will error if you're trying to reindex into an existing index.
174175
// Need to find another method of testing this.
175176
it.skip('can resume after reindexing was stopped right after creating the new index', async () => {
176177
await esArchiver.load('x-pack/platform/test/fixtures/es_archives/upgrade_assistant/reindex');

0 commit comments

Comments
 (0)