We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a1f15fb commit 36ca26dCopy full SHA for 36ca26d
x-pack/test/accessibility/apps/ml.ts
@@ -13,7 +13,8 @@ export default function ({ getService }: FtrProviderContext) {
13
const a11y = getService('a11y');
14
const ml = getService('ml');
15
16
- describe('ml', () => {
+ // Failing: See https://github.com/elastic/kibana/issues/94666
17
+ describe.skip('ml', () => {
18
const esArchiver = getService('esArchiver');
19
20
before(async () => {
0 commit comments