Skip to content

Commit

Permalink
Revert "skip flaky suite (#63747)"
Browse files Browse the repository at this point in the history
This reverts commit 4ff8e2c.
  • Loading branch information
spalger committed Apr 17, 2020
1 parent 4ff8e2c commit 03efd08
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 03efd08

Please sign in to comment.