Skip to content

Commit

Permalink
skips test failing promotion (elastic#79777)
Browse files Browse the repository at this point in the history
Signed-off-by: Tyler Smalley <[email protected]>
  • Loading branch information
Tyler Smalley committed Oct 6, 2020
1 parent ab42ca2 commit 92ce8f3
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 ml = getService('ml');
const editedDescription = 'Edited description';

describe('outlier detection creation', function () {
// https://github.com/elastic/kibana/issues/79777
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 92ce8f3

Please sign in to comment.