Skip to content

Commit

Permalink
skip flaky suite (#70906)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 7, 2020
1 parent c5eab10 commit 79e5a07
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const ml = getService('ml');

describe('outlier detection creation', function () {
// Flaky: https://github.com/elastic/kibana/issues/70906
describe.skip('outlier detection creation', function () {
before(async () => {
await esArchiver.loadIfNeeded('ml/ihp_outlier');
await ml.testResources.createIndexPatternIfNeeded('ft_ihp_outlier', '@timestamp');
Expand Down

0 comments on commit 79e5a07

Please sign in to comment.