Skip to content

Commit

Permalink
skip flaky suite (#94666)
Browse files Browse the repository at this point in the history
  • Loading branch information
tylersmalley committed Mar 16, 2021
1 parent 61d66c1 commit 9d71508
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', () => {
// Failing: See https://github.com/elastic/kibana/issues/94666
describe.skip('ml', () => {
const esArchiver = getService('esArchiver');

before(async () => {
Expand Down

0 comments on commit 9d71508

Please sign in to comment.