Skip to content

Commit fd9bd37

Browse files
Kelly Seldenkellyselden
authored andcommitted
chore: skip es5-getter-ember-codemod in linux
`Error: Timeout of 600000ms exceeded.` with no progress.
1 parent a987895 commit fd9bd37

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

test/tests.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,10 @@ describe('runs codemods', function() {
113113
this.skip();
114114
}
115115

116+
if (['es5-getter-ember-codemod'].includes(codemod) && ['linux'].includes(process.platform)) {
117+
this.skip();
118+
}
119+
116120
async function _merge(src, dest) {
117121
await fs.copy(
118122
path.join(codemodsFixturesPath, codemod, src, commitMessage),

0 commit comments

Comments
 (0)