Skip to content

Commit

Permalink
skip flaky suite. #118417
Browse files Browse the repository at this point in the history
  • Loading branch information
jbudz committed Nov 11, 2021
1 parent c9a9a3f commit 4229be4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/accessibility/apps/ml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function ({ getService }: FtrProviderContext) {
const a11y = getService('a11y');
const ml = getService('ml');

describe('ml', () => {
// FLAKY https://github.com/elastic/kibana/issues/118417
describe.skip('ml', () => {
const esArchiver = getService('esArchiver');

before(async () => {
Expand Down

0 comments on commit 4229be4

Please sign in to comment.