Skip to content

Commit

Permalink
[ML] Re-enable functional tests. (elastic#65672)
Browse files Browse the repository at this point in the history
Re-enables functional tests for updated ES snapshot, which were disabled in elastic#65377 and elastic#65465.
  • Loading branch information
walterra committed May 7, 2020
1 parent 5768e8b commit 7f0a4e2
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 7f0a4e2

Please sign in to comment.