mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 03:01:21 -04:00
skip flaky suite (#158851)
This commit is contained in:
parent
ef524bb528
commit
507bd30c3d
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,8 @@ export default function ({ getPageObjects, getService }: FtrProviderContext) {
|
||||||
// aiops lives in the ML UI so we need some related services.
|
// aiops lives in the ML UI so we need some related services.
|
||||||
const ml = getService('ml');
|
const ml = getService('ml');
|
||||||
|
|
||||||
describe('change point detection', async function () {
|
// FLAKY: https://github.com/elastic/kibana/issues/158851
|
||||||
|
describe.skip('change point detection', async function () {
|
||||||
before(async () => {
|
before(async () => {
|
||||||
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/ecommerce');
|
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/ecommerce');
|
||||||
await ml.testResources.createIndexPatternIfNeeded('ft_ecommerce', 'order_date');
|
await ml.testResources.createIndexPatternIfNeeded('ft_ecommerce', 'order_date');
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue