Skip to content

Commit 7c0bd00

Browse files
committed
only lts
1 parent 9ee1d02 commit 7c0bd00

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

test-scenarios/customized-vendor-test.ts

+3-7
Original file line numberDiff line numberDiff line change
@@ -125,9 +125,7 @@ function customVendorTest(project: Project, vendorPath: string) {
125125

126126
appScenarios
127127
// ember-cli 6 has removed custom `outputPaths`
128-
.skip('canary')
129-
.skip('beta')
130-
.skip('release')
128+
.only('lts')
131129
.expand({
132130
'customized-vendor-nested': project => customVendorTest(project, '/js/vendor.js'),
133131
'customized-vendor-top': project => customVendorTest(project, '/top-level-vendor.js'),
@@ -146,10 +144,8 @@ appScenarios
146144
});
147145

148146
appScenarios
149-
// ember-cli 2.18 has bugs that don't let it actually work with customized
150-
// vendor paths. When we bump the lts scenario to something newer we can
151-
// drop this check.
152-
.skip('lts')
147+
// ember-cli 6 has removed custom `outputPaths`
148+
.only('lts')
153149
.map('customized-vendor-fastboot', project => {
154150
customVendorTest(project, '/js/vendor.js');
155151
})

0 commit comments

Comments
 (0)