[LL FIR] move Lincheck tests out of Low Level API FIR Tests

They take too much time and block other tests
This commit is contained in:
Dmitrii Gridin
2024-02-28 18:44:03 +01:00
committed by Space Team
parent 75ecba5a4a
commit 42a982b400
6 changed files with 46 additions and 8 deletions
+7 -2
View File
@@ -4,18 +4,23 @@
<option name="executionName" />
<option name="externalProjectPath" value="$PROJECT_DIR$" />
<option name="externalSystemIdString" value="GRADLE" />
<option name="scriptParameters" value=":analysis:symbol-light-classes:test --tests *" />
<option name="scriptParameters" value="" />
<option name="taskDescriptions">
<list />
</option>
<option name="taskNames">
<list />
<list>
<option value=":analysis:symbol-light-classes:test" />
<option value="--tests" />
<option value="*" />
</list>
</option>
<option name="vmOptions" />
</ExternalSystemSettings>
<ExternalSystemDebugServerProcess>false</ExternalSystemDebugServerProcess>
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
<DebugAllEnabled>false</DebugAllEnabled>
<RunAsTest>true</RunAsTest>
<method v="2" />
</configuration>
</component>