Skip to content

Commit

Permalink
skip flaky suite (elastic#168899)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and dej611 committed Oct 17, 2023
1 parent 68bc5ce commit 2df9256
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -453,7 +453,8 @@ export default function ({ getService }: FtrProviderContext) {
await ml.navigation.navigateToTrainedModels();
});

describe('with imported models', function () {
// FLAKY: https://github.com/elastic/kibana/issues/168899
describe.skip('with imported models', function () {
before(async () => {
await ml.navigation.navigateToTrainedModels();
});
Expand Down

0 comments on commit 2df9256

Please sign in to comment.