Skip to content

Commit

Permalink
skip flaky suite (elastic#77207)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Jul 16, 2020
1 parent 63e6666 commit fead1f2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ 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/72207
describe.skip('alerts', () => {
const authorizationIndex = '.kibana-test-authorization';
const objectRemover = new ObjectRemover(supertest);

Expand Down

0 comments on commit fead1f2

Please sign in to comment.