mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 01:38:56 -04:00
skip flaky suite (#142100)
This commit is contained in:
parent
128671fccd
commit
138d4ec8a7
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('classification creation', function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/142100
|
||||
describe.skip('classification creation', function () {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('x-pack/test/functional/es_archives/ml/bm_classification');
|
||||
await ml.testResources.createIndexPatternIfNeeded('ft_bank_marketing');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue