We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d62b7c0 commit a8f38f5Copy full SHA for a8f38f5
test-scenarios/import-sync-test.ts
@@ -6,6 +6,12 @@ import { setupFastboot } from './fastboot-helper';
6
const { module: Qmodule, test } = QUnit;
7
8
appScenarios
9
+ // temporarily skipping canary because it has a breaking change that breaks
10
+ // @embroider/macros, and in here we are testing our interaction with
11
+ // @embroider/macros
12
+ //
13
+ // https://github.com/ember-cli/ember-cli/issues/9522
14
+ .skip('canary')
15
.map('import-sync', project => {
16
project.linkDependency('ember-auto-import', { baseDir: __dirname });
17
project.linkDependency('webpack', { baseDir: __dirname });
0 commit comments