Skip to content

Commit

Permalink
Revert "skip flaky suite (elastic#63747)"
Browse files Browse the repository at this point in the history
This reverts commit 3405d54.
  • Loading branch information
spalger committed Apr 17, 2020
1 parent 3405d54 commit 5bba022
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): void => {
const supertest = getService('supertest');
const es = getService('legacyEs');

// FLAKY: https://github.com/elastic/kibana/issues/63747
describe.skip('find_statuses', () => {
describe('find_statuses', () => {
beforeEach(async () => {
await createSignalsIndex(supertest);
});
Expand Down

0 comments on commit 5bba022

Please sign in to comment.