Skip to content

Commit

Permalink
skip flaky suite (#142083)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 28, 2022
1 parent 1f5fed0 commit 48fe30c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,8 @@ export default function ({ getService }: FtrProviderContext) {
const ml = getService('ml');
const editedDescription = 'Edited description';

describe('outlier detection creation', function () {
// FLAKY: https://github.com/elastic/kibana/issues/142083
describe.skip('outlier detection creation', function () {
before(async () => {
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/ihp_outlier');
await ml.testResources.createIndexPatternIfNeeded('ft_ihp_outlier', '@timestamp');
Expand Down

0 comments on commit 48fe30c

Please sign in to comment.