diff --git a/test/tests.js b/test/tests.js index 83e7babe..4540a7a9 100644 --- a/test/tests.js +++ b/test/tests.js @@ -109,10 +109,6 @@ describe('runs codemods', function() { this.skip(); } - if (['ember-data-codemod', 'qunit-dom-codemod'].includes(codemod) && ['linux', 'win32'].includes(process.platform)) { - this.skip(); - } - async function _merge(src, dest) { await fs.copy( path.join(codemodsFixturesPath, codemod, src, commitMessage),