Revert "skip suite blocking ES promotion (#90229)"

Turns out there are interdependencies in these test files that we need to resolve.

This reverts commit cf3c60fa43.
This commit is contained in:
spalger 2021-02-03 15:13:09 -07:00
parent a0d5d5614d
commit 9996923309

View file

@ -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);
});