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