Skip to content

Commit

Permalink
[ML] Functional tests - re-activate a11y tests (#105198) (#105727)
Browse files Browse the repository at this point in the history
This PR re-activates the ML a11y test suite `with data loaded`.

Co-authored-by: Robert Oskamp <robert.oskamp@elastic.co>
  • Loading branch information
kibanamachine and pheyos committed Jul 15, 2021
1 parent d54d0b5 commit dd21270
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 dd21270

Please sign in to comment.