Skip to content

Commit e5dcc07

Browse files
unskip ml accessibility suite
1 parent f0691c3 commit e5dcc07

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • x-pack/test/accessibility/apps

x-pack/test/accessibility/apps/ml.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ export default function ({ getService }: FtrProviderContext) {
1313
const a11y = getService('a11y');
1414
const ml = getService('ml');
1515

16-
// Failing: See https://github.com/elastic/kibana/issues/94666
17-
describe.skip('ml', () => {
16+
describe('ml', () => {
1817
const esArchiver = getService('esArchiver');
1918

2019
before(async () => {

0 commit comments

Comments
 (0)