Skip to content

Commit

Permalink
[ML] Functional tests - re-activate a11y tests (#105198) (#105756)
Browse files Browse the repository at this point in the history
This PR re-activates the ML a11y test suite `with data loaded`.
  • Loading branch information
pheyos committed Jul 15, 2021
1 parent fbd2c9c commit b22bbb9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions x-pack/test/accessibility/apps/ml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ export default function ({ getService }: FtrProviderContext) {
});
});

// FLAKY: https://github.com/elastic/kibana/issues/103538
describe.skip('with data loaded', function () {
describe('with data loaded', function () {
const adJobId = 'fq_single_a11y';
const dfaOutlierJobId = 'iph_outlier_a11y';
const calendarId = 'calendar_a11y';
Expand Down

0 comments on commit b22bbb9

Please sign in to comment.