Skip to content

Commit

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

for (const testData of testDataList) {
describe(`${testData.suiteTitle}`, function () {
// FLAKY: https://github.com/elastic/kibana/issues/126112
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 67566ab

Please sign in to comment.