Skip to content

Commit

Permalink
[ML] Functional tests - re-activate a11y tests
Browse files Browse the repository at this point in the history
  • Loading branch information
pheyos committed Jul 12, 2021
1 parent b2b57a2 commit 9341585
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 9341585

Please sign in to comment.