Skip to content

Commit

Permalink
skip flaky suite (#69632)
Browse files Browse the repository at this point in the history
(cherry picked from commit 43c6fbf)
  • Loading branch information
spalger committed Jul 8, 2020
1 parent 91386bc commit 9a75c48
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export default ({ getService }: FtrProviderContext): void => {
const supertest = getService('supertest');
const es = getService('es');

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

0 comments on commit 9a75c48

Please sign in to comment.