Skip to content

Commit

Permalink
skip failing suite (#94854)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Mar 17, 2021
1 parent 631608e commit 3ec9a17
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ export default function ({ getService }: FtrProviderContext) {
const ml = getService('ml');
const editedDescription = 'Edited description';

describe('outlier detection creation', function () {
// FAILING: https://github.com/elastic/kibana/issues/94854
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 3ec9a17

Please sign in to comment.