Skip to content

Commit

Permalink
skip flaky suite (elastic#175443)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic authored and lcawl committed Jan 26, 2024
1 parent f813d3f commit c5dd6ba
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -462,7 +462,8 @@ export default function ({ getService }: FtrProviderContext) {
await ml.navigation.navigateToTrainedModels();
});

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

0 comments on commit c5dd6ba

Please sign in to comment.