Skip to content

Commit

Permalink
skip flaky suite (#140867)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Nov 30, 2022
1 parent 1a9eb5d commit 6085bea
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ export default function alertTests({ getService }: FtrProviderContext) {
),
};

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

Expand Down

0 comments on commit 6085bea

Please sign in to comment.