@ -195,6 +195,6 @@ const tests = {
}
const useIsoGit = process.argv.includes('--useIsoGit');
module.exports = {
...process.platform.startsWith('linux') || useIsoGit ? tests : {}
...process.platform.startsWith('win') ? {} : process.platform.startsWith('linux') || useIsoGit ? tests : {}
@ -174,5 +174,5 @@ const tests = {
@ -141,5 +141,5 @@ const tests = {
@ -191,5 +191,5 @@ const tests = {