Skip to content

Commit

Permalink
Revert "skip suite blocking ES promotion (elastic#90229)"
Browse files Browse the repository at this point in the history
This reverts commit 4f925ee.
  • Loading branch information
spalger committed Feb 3, 2021
1 parent fda988b commit 8360eab
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,7 @@ export default ({ getService }: FtrProviderContext) => {
const supertestWithoutAuth = getService('supertestWithoutAuth');
const security = getService('security');

// FAILING ES PROMOTION: https://github.com/elastic/kibana/issues/90229
describe.skip('create_index', () => {
describe('create_index', () => {
afterEach(async () => {
await deleteSignalsIndex(supertest);
});
Expand Down

0 comments on commit 8360eab

Please sign in to comment.