mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
skip flaky suite (#126112)
This commit is contained in:
parent
8ee46c2f31
commit
67566ab8e2
1 changed files with 2 additions and 1 deletions
|
@ -163,7 +163,8 @@ export default function ({ getService }: FtrProviderContext) {
|
||||||
];
|
];
|
||||||
|
|
||||||
for (const testData of testDataList) {
|
for (const testData of testDataList) {
|
||||||
describe(`${testData.suiteTitle}`, function () {
|
// FLAKY: https://github.com/elastic/kibana/issues/126112
|
||||||
|
describe.skip(`${testData.suiteTitle}`, function () {
|
||||||
after(async () => {
|
after(async () => {
|
||||||
await ml.api.deleteIndices(testData.destinationIndex);
|
await ml.api.deleteIndices(testData.destinationIndex);
|
||||||
await ml.testResources.deleteIndexPatternByTitle(testData.destinationIndex);
|
await ml.testResources.deleteIndexPatternByTitle(testData.destinationIndex);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue