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