Skip to content

Commit

Permalink
skip flaky suite (#58643) (#58991)
Browse files Browse the repository at this point in the history
(cherry picked from commit b71099d)
  • Loading branch information
spalger committed Mar 17, 2020
1 parent e701e14 commit fcc6ffa
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 fcc6ffa

Please sign in to comment.