Skip to content

Commit

Permalink
skip flaky suite (#158612)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 24, 2023
1 parent db7b8f5 commit 5d25e4d
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5d25e4d

Please sign in to comment.