Skip to content

Commit 9d13b6c

Browse files
authored
Disabling rider integration tests in 2020.3 because they are unstable (#2895)
1 parent be15059 commit 9d13b6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

jetbrains-rider/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ tasks.test {
276276
}
277277

278278
tasks.integrationTest {
279-
enabled = false
279+
enabled = ideProfile.name != "2020.3"
280280
useTestNG()
281281
environment("LOCAL_ENV_RUN", true)
282282
maxHeapSize = "1024m"

0 commit comments

Comments
 (0)