Skip to content

Commit

Permalink
skip flaky suite (#175443)
Browse files Browse the repository at this point in the history
  • Loading branch information
mistic committed Jul 4, 2024
1 parent a7d51af commit ed038ad
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,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 ed038ad

Please sign in to comment.