Idea 138: Disable check for access for not-allowed vfs roots

Workaround failure in lib configuration test testLibraryWithoutPaths_jarExists(). See IDEA-125568
This commit is contained in:
Nikolay Krasko
2014-06-03 16:44:34 +04:00
parent a8e07a329e
commit 963f07fa85
+3 -1
View File
@@ -21,7 +21,9 @@
<option name="TEST_SEARCH_SCOPE">
<value defaultName="moduleWithDependencies" />
</option>
<envs />
<envs>
<env name="NO_FS_ROOTS_ACCESS_CHECK" value="true" />
</envs>
<patterns />
<RunnerSettings RunnerId="Debug">
<option name="DEBUG_PORT" value="53032" />