mirror of
https://github.com/chylex/IntelliJ-IdeaVim.git
synced 2025-07-25 14:59:02 +02:00

Because of some changes, if we define the test using `testIde` registering, they're not executed properly and don't work. Now, we don't exclude these tests from the main test execution, so they have to be excluded explicitly
25 lines
1.1 KiB
XML
25 lines
1.1 KiB
XML
<component name="ProjectRunConfigurationManager">
|
|
<configuration default="false" name="IdeaVim tests" type="GradleRunConfiguration" factoryName="Gradle">
|
|
<log_file alias="idea.log" path="$PROJECT_DIR$/build/idea-sandbox/system/log/idea.log" />
|
|
<ExternalSystemSettings>
|
|
<option name="executionName" />
|
|
<option name="externalProjectPath" value="$PROJECT_DIR$" />
|
|
<option name="externalSystemIdString" value="GRADLE" />
|
|
<option name="scriptParameters" value="-x :tests:property-tests:test -x :tests:long-running-tests:test" />
|
|
<option name="taskDescriptions">
|
|
<list />
|
|
</option>
|
|
<option name="taskNames">
|
|
<list>
|
|
<option value="test" />
|
|
</list>
|
|
</option>
|
|
<option name="vmOptions" value="" />
|
|
</ExternalSystemSettings>
|
|
<ExternalSystemDebugServerProcess>true</ExternalSystemDebugServerProcess>
|
|
<ExternalSystemReattachDebugProcess>true</ExternalSystemReattachDebugProcess>
|
|
<DebugAllEnabled>false</DebugAllEnabled>
|
|
<RunAsTest>false</RunAsTest>
|
|
<method v="2" />
|
|
</configuration>
|
|
</component> |