mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#188493)
This commit is contained in:
parent
2fb80903ba
commit
b9e3612d5d
1 changed files with 2 additions and 1 deletions
|
@ -45,7 +45,8 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
});
|
||||
|
||||
for (const testData of testDataList) {
|
||||
describe(testData.suiteSuffix, function () {
|
||||
// FLAKY: https://github.com/elastic/kibana/issues/188493
|
||||
describe.skip(testData.suiteSuffix, function () {
|
||||
before(async () => {
|
||||
await ml.api.createAndRunAnomalyDetectionLookbackJob(
|
||||
testData.jobConfig,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue