Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
rudolf committed Jan 7, 2021
1 parent ba20a74 commit 9d581f0
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -908,8 +908,7 @@ describe('migration actions', () => {
});
});

// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/87160
describe.skip('createIndex', () => {
describe('createIndex', () => {
afterAll(async () => {
await client.indices.delete({ index: 'yellow_then_green_index' });
});
Expand All @@ -936,6 +935,7 @@ describe('migration actions', () => {

setTimeout(() => {
client.indices.putSettings({
index: 'yellow_then_green_index',
body: {
index: {
number_of_replicas: 0,
Expand Down

0 comments on commit 9d581f0

Please sign in to comment.