Skip to content

Commit 090c04f

Browse files
committed
skip release-sample-addon test on windows
1 parent 458f8f4 commit 090c04f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

test-scenarios/suite-setup-util.ts

+3
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,9 @@ async function githubMatrix() {
2929
...suites
3030
// only run release tests in windows for now as a smoke test and not slow down CI too much
3131
.filter(s => !['canary', 'beta', 'lts', 'ember3'].some(i => s.name.includes(i)))
32+
// this test fails in windows because of a command imcompatibility with powershell.
33+
// This is low priority but if someone had the time to look into PRs are welcome 👍
34+
.filter(s => s.name !== 'release-sample-addon')
3235
.map(s => ({
3336
name: `${s.name} windows`,
3437
os: 'windows',

0 commit comments

Comments
 (0)