Skip to content

Commit

Permalink
skip flaky suite (elastic#158612)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and Devon Thomson committed Aug 1, 2023
1 parent a8875c0 commit bf0adea
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 bf0adea

Please sign in to comment.