Skip to content

Commit f2fcf7d

Browse files
authored
ci(251): disable rider tests due to CI failures (#5532)
`main` does not run tests so we get failures in CI if we do not also skip them
1 parent a46f923 commit f2fcf7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

buildspec/windowsTestsForToolkit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ phases:
3636
}
3737
3838
# Rider is very expensive (spikes our CI jobs to 50% CPU, so let it do the prep work in parallel, but run tests later
39-
./gradlew -PideProfileName="$Env:ALTERNATIVE_IDE_PROFILE_NAME" :plugin-toolkit:intellij-standalone:check :plugin-toolkit:jetbrains-rider:compileTestKotlin --info --console plain --continue
39+
./gradlew -PideProfileName="$Env:ALTERNATIVE_IDE_PROFILE_NAME" :plugin-toolkit:intellij-standalone:check :plugin-toolkit:jetbrains-rider:compileTestKotlin -x :plugin-toolkit:jetbrains-rider:check --info --console plain --continue
4040
if ($LastExitCode -ne 0) {
4141
Write-Host "Command failed with exit code $LastExitCode"
4242
exit -1

0 commit comments

Comments
 (0)