Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Rudolf Meijering 2021-01-11 21:39:23 +01:00 committed by GitHub
parent f8b1cdd81d
commit 3ef7bd3197
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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' });
});
@ -936,6 +935,7 @@ describe('migration actions', () => {
setTimeout(() => {
client.indices.putSettings({
index: 'yellow_then_green_index',
body: {
index: {
number_of_replicas: 0,