Skip to content

Commit

Permalink
skip failing test suite (#125455)
Browse files Browse the repository at this point in the history
  • Loading branch information
kibanamachine committed Feb 16, 2022
1 parent e9d82d1 commit a6b5c86
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ import { FtrProviderContext } from '../../../ftr_provider_context';
export default function ({ getService }: FtrProviderContext) {
const ml = getService('ml');

describe('trained models', function () {
// Failing: See https://github.com/elastic/kibana/issues/125455
describe.skip('trained models', function () {
before(async () => {
await ml.trainedModels.createTestTrainedModels('classification', 15, true);
await ml.trainedModels.createTestTrainedModels('regression', 15);
Expand Down

0 comments on commit a6b5c86

Please sign in to comment.