Skip to content

Commit

Permalink
[ML] Re-enable functional tests. (#65672) (#65703)
Browse files Browse the repository at this point in the history
Re-enables functional tests for updated ES snapshot, which were disabled in #65377 and #65465.
  • Loading branch information
walterra authored May 8, 2020
1 parent 728e41e commit cb94c27
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ export default function({ getService }: FtrProviderContext) {

const calendarId = `wizard-test-calendar_${Date.now()}`;

// Breaking latest ES snapshots: https://github.com/elastic/kibana/issues/65377
describe.skip('single metric', function() {
describe('single metric', function() {
this.tags(['mlqa']);
before(async () => {
await esArchiver.loadIfNeeded('ml/farequote');
Expand Down

0 comments on commit cb94c27

Please sign in to comment.