mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ML] Functional tests - re-activate a11y suite (#115900)
This PR re-activates the ML accessibility test suite.
This commit is contained in:
parent
f2c35a0115
commit
d01ba7d685
1 changed files with 1 additions and 2 deletions
|
@ -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 () => {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue