Skip to content

Commit

Permalink
skip flaky suite (#106492)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and Tyler Smalley committed Oct 5, 2021
1 parent f83067d commit 9807691
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,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/106492
describe.skip('alerts', () => {
const authorizationIndex = '.kibana-test-authorization';
const objectRemover = new ObjectRemover(supertest);

Expand Down

0 comments on commit 9807691

Please sign in to comment.