Skip to content

Commit

Permalink
skip more dummy app tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ef4 committed Sep 6, 2024
1 parent 7a48af5 commit 3ec585a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/scenarios/macro-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ dummyAppScenarios
});

dummyAppScenarios
.skip()
.map('macro-sample-addon-classic', project => {
dummyAppScenarioSetup(project);
project.linkDependency('ember-cli-babel', { baseDir: __dirname, resolveName: 'ember-cli-babel-latest' });
Expand All @@ -289,6 +290,7 @@ dummyAppScenarios
});

dummyAppScenarios
.skip()
.map('macro-sample-addon-useAddonAppBoot', project => {
dummyAppScenarioSetup(project);
project.mergeFiles({
Expand Down Expand Up @@ -326,6 +328,7 @@ dummyAppScenarios
});

dummyAppScenarios
.skip()
.map('macro-sample-addon-useAddonConfigModule', project => {
dummyAppScenarioSetup(project);
project.mergeFiles({
Expand Down

0 comments on commit 3ec585a

Please sign in to comment.