Skip to content

Commit

Permalink
skip flaky suite (#63747)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Apr 17, 2020
1 parent 24c253e commit 3405d54
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export default ({ getService }: FtrProviderContext): void => {
const supertest = getService('supertest');
const es = getService('legacyEs');

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

0 comments on commit 3405d54

Please sign in to comment.