Skip to content

Commit

Permalink
skip here too
Browse files Browse the repository at this point in the history
  • Loading branch information
patricklx authored Dec 6, 2024
1 parent 9ee1d02 commit bb10297
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 @@ -146,10 +146,10 @@ appScenarios
});

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')
.map('customized-vendor-fastboot', project => {
customVendorTest(project, '/js/vendor.js');
})
Expand Down

0 comments on commit bb10297

Please sign in to comment.