Skip to content

Commit

Permalink
skip flaky suite (#142083)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Sep 28, 2022
1 parent 6ae4764 commit a73c2d4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,8 @@ export default function ({ getService }: FtrProviderContext) {
];

for (const testData of testDataList) {
describe(`${testData.suiteTitle}`, function () {
// FLAKY: https://github.com/elastic/kibana/issues/142083
describe.skip(`${testData.suiteTitle}`, function () {
after(async () => {
await ml.api.deleteIndices(testData.destinationIndex);
await ml.testResources.deleteIndexPatternByTitle(testData.destinationIndex);
Expand Down

0 comments on commit a73c2d4

Please sign in to comment.