Skip to content

Commit a8f38f5

Browse files
committed
skip canary due to upstream bug
1 parent d62b7c0 commit a8f38f5

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

test-scenarios/import-sync-test.ts

+6
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,12 @@ import { setupFastboot } from './fastboot-helper';
66
const { module: Qmodule, test } = QUnit;
77

88
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')
915
.map('import-sync', project => {
1016
project.linkDependency('ember-auto-import', { baseDir: __dirname });
1117
project.linkDependency('webpack', { baseDir: __dirname });

0 commit comments

Comments
 (0)