Skip to content

Commit 71e74d1

Browse files
committed
disable rider tests for linux
1 parent 8a60ccd commit 71e74d1

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

plugins/toolkit/jetbrains-rider/build.gradle.kts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -352,11 +352,13 @@ tasks.withType<Detekt>().configureEach {
352352
}
353353

354354
tasks.integrationTest {
355+
enabled = !SystemInfo.isLinux
355356
// linux: computeSystemScaleFactor "Must be precomputed"
356357
systemProperty("hidpi", false)
357358
}
358359

359360
tasks.test {
361+
enabled = !SystemInfo.isLinux
360362
if (SystemInfo.isWindows) {
361363
// extremely flaky
362364
filter.excludeTestsMatching("software.aws.toolkits.jetbrains.services.lambda.dotnet.LambdaGutterMarkHighlightingTest*")

0 commit comments

Comments
 (0)