[ML] Functional tests - re-activate a11y suite (#115900)

This PR re-activates the ML accessibility test suite.
This commit is contained in:
Robert Oskamp 2021-10-21 13:55:28 +02:00 committed by GitHub
parent f2c35a0115
commit d01ba7d685
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -13,8 +13,7 @@ export default function ({ getService }: FtrProviderContext) {
const a11y = getService('a11y');
const ml = getService('ml');
// Failing: See https://github.com/elastic/kibana/issues/115666
describe.skip('ml', () => {
describe('ml', () => {
const esArchiver = getService('esArchiver');
before(async () => {