Skip to content

Commit

Permalink
skip flaky suite (elastic#58643) (elastic#58991)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger authored and cnasikas committed Mar 17, 2020
1 parent 4ded981 commit e7e0bf8
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@ export default function alertTests({ getService }: FtrProviderContext) {
const esTestIndexTool = new ESTestIndexTool(es, retry);
const taskManagerUtils = new TaskManagerUtils(es, retry);

describe('alerts', () => {
// FLAKY: https://github.com/elastic/kibana/issues/58643
// FLAKY: https://github.com/elastic/kibana/issues/58991
describe.skip('alerts', () => {
const authorizationIndex = '.kibana-test-authorization';
const objectRemover = new ObjectRemover(supertest);

Expand Down

0 comments on commit e7e0bf8

Please sign in to comment.