Skip to content

Commit

Permalink
skip flaky suite (#172598)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Dec 5, 2023
1 parent 561f89e commit 27d8fa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion x-pack/test/accessibility/apps/group2/ml.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,8 @@ export default function ({ getService }: FtrProviderContext) {
});
});

describe('with data loaded', function () {
// FLAKY: https://github.com/elastic/kibana/issues/172598
describe.skip('with data loaded', function () {
const dfaOutlierResultsJobId = 'iph_outlier_a11y';
const ecIndexName = 'ft_module_sample_ecommerce';
const ihpIndexName = 'ft_ihp_outlier';
Expand Down

0 comments on commit 27d8fa3

Please sign in to comment.