Skip to content

Commit

Permalink
skip flaky suite (#69632)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jul 8, 2020
1 parent aa1c0fe commit 43c6fbf
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 43c6fbf

Please sign in to comment.