Skip to content

Commit

Permalink
reenable regression and classification functional tests (#70661)
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarezmelissa87 authored Jul 6, 2020
1 parent e35a42a commit a9b543d
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import { FtrProviderContext } from '../../../ftr_provider_context';
export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const ml = getService('ml');
// flaky test https://github.com/elastic/kibana/issues/70455
describe.skip('classification creation', function () {

describe('classification creation', function () {
before(async () => {
await esArchiver.loadIfNeeded('ml/bm_classification');
await ml.testResources.createIndexPatternIfNeeded('ft_bank_marketing', '@timestamp');
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ import { FtrProviderContext } from '../../../ftr_provider_context';
export default function ({ getService }: FtrProviderContext) {
const esArchiver = getService('esArchiver');
const ml = getService('ml');
// flaky test https://github.com/elastic/kibana/issues/70455
describe.skip('regression creation', function () {

describe('regression creation', function () {
before(async () => {
await esArchiver.loadIfNeeded('ml/egs_regression');
await ml.testResources.createIndexPatternIfNeeded('ft_egs_regression', '@timestamp');
Expand Down

0 comments on commit a9b543d

Please sign in to comment.