Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx committed Dec 6, 2024
1 parent 3156cb5 commit 9ee1d02
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions test-scenarios/customized-vendor-test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ function customVendorTest(project: Project, vendorPath: string) {
}

appScenarios
// ember-cli 2.18 has bugs that don't let it actually work with customized
// vendor paths. When we bump the lts scenario to something newer we can
// drop this check.
.skip('lts')
// ember-cli 6 has removed custom `outputPaths`
.skip('canary')
.skip('beta')
.skip('release')
.expand({
'customized-vendor-nested': project => customVendorTest(project, '/js/vendor.js'),
'customized-vendor-top': project => customVendorTest(project, '/top-level-vendor.js'),
Expand Down

0 comments on commit 9ee1d02

Please sign in to comment.