Skip to content

Commit

Permalink
Merge pull request #399 from ef4/reactivate-canary
Browse files Browse the repository at this point in the history
reactivate test under canary
  • Loading branch information
ef4 committed May 10, 2021
2 parents 9062070 + 06b9a05 commit 179c983
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions test-scenarios/import-sync-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,6 @@ import { setupFastboot } from './fastboot-helper';
const { module: Qmodule, test } = QUnit;

appScenarios
// temporarily skipping canary because it has a breaking change that breaks
// @embroider/macros, and in here we are testing our interaction with
// @embroider/macros
//
// https://github.com/ember-cli/ember-cli/issues/9522
.skip('canary')
.map('import-sync', project => {
project.linkDependency('ember-auto-import', { baseDir: __dirname });
project.linkDependency('webpack', { baseDir: __dirname });
Expand Down

0 comments on commit 179c983

Please sign in to comment.