Skip to content

Commit

Permalink
enable test
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Dec 20, 2019
1 parent 5958978 commit 4ab679a
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ function getRunTimeConfig(html) {
return JSON.parse(decodeURIComponent(encodedConfig));
}

// ember-cli-version-checker reports wrong information if used together with ember-cli-addon-tests.
describe.skip('e2e: fastboot integration if consumer does not use FastBoot', function() {
describe('e2e: fastboot integration if consumer does not use FastBoot', function() {
this.timeout(300000);

let app;
Expand Down

0 comments on commit 4ab679a

Please sign in to comment.