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