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