Skip to content

Commit

Permalink
skip suite failing es promotion (#118251)
Browse files Browse the repository at this point in the history
  • Loading branch information
spalger committed Nov 10, 2021
1 parent 3d7209c commit baa658f
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 ES PROMOTION: https://github.com/elastic/kibana/issues/118251
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 baa658f

Please sign in to comment.