mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#142096)
This commit is contained in:
parent
a4bf1d1c91
commit
128671fccd
1 changed files with 2 additions and 1 deletions
|
@ -28,7 +28,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
},
|
||||
];
|
||||
|
||||
describe('regression creation', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/142096
|
||||
describe.skip('regression creation', function () {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/egs_regression');
|
||||
await ml.testResources.createIndexPatternIfNeeded('ft_egs_regression');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue