mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#142093)
This commit is contained in:
parent
74ffb5f5ee
commit
a4bf1d1c91
1 changed files with 2 additions and 1 deletions
|
@ -14,7 +14,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/142093
|
||||
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');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue