Skip to content

Commit

Permalink
skip flaky suite (#63747)
Browse files Browse the repository at this point in the history
(cherry picked from commit 3405d54)
  • Loading branch information
spalger committed Apr 17, 2020
1 parent c123aff commit 4ff8e2c
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 4ff8e2c

Please sign in to comment.