@ -186,8 +186,8 @@ const tests = {
.waitForElementVisible('*[data-id="treeViewLitreeViewItemtest2.txt"]')
},
}
const useIsoGit = process.argv.includes('--useIsoGit');
module.exports = {
...process.platform.startsWith('linux') ? tests : {}
...process.platform.startsWith('linux') || useIsoGit ? tests : {}
@ -164,6 +164,7 @@ const tests = {
@ -132,6 +132,7 @@ const tests = {