Skip to content

Commit

Permalink
[ML] Disable a11y tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Jan 18, 2021
1 parent f7fdda5 commit f0d2009
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 @@ -12,7 +12,8 @@ export default function ({ getService }: FtrProviderContext) {
const a11y = getService('a11y');
const ml = getService('ml');

describe('ml', () => {
// flaky tests, see https://github.com/elastic/kibana/issues/88592
describe.skip('ml', () => {
const esArchiver = getService('esArchiver');

before(async () => {
Expand Down

0 comments on commit f0d2009

Please sign in to comment.