mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
[ML] Functional tests - disable flaky regression and classification creation test
This commit is contained in:
parent
e57f92549b
commit
28a7540f22
2 changed files with 4 additions and 2 deletions
|
@ -11,7 +11,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const esArchiver = getService('esArchiver');
|
||||
const ml = getService('ml');
|
||||
|
||||
describe('classification creation', function () {
|
||||
// flaky test, see https://github.com/elastic/kibana/issues/68356
|
||||
describe.skip('classification creation', function () {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('ml/bm_classification');
|
||||
await ml.testResources.createIndexPatternIfNeeded('ft_bank_marketing', '@timestamp');
|
||||
|
|
|
@ -11,7 +11,8 @@ export default function ({ getService }: FtrProviderContext) {
|
|||
const esArchiver = getService('esArchiver');
|
||||
const ml = getService('ml');
|
||||
|
||||
describe('regression creation', function () {
|
||||
// flaky test, see https://github.com/elastic/kibana/issues/68352
|
||||
describe.skip('regression creation', function () {
|
||||
before(async () => {
|
||||
await esArchiver.loadIfNeeded('ml/egs_regression');
|
||||
await ml.testResources.createIndexPatternIfNeeded('ft_egs_regression', '@timestamp');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue