We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a60ccd commit 71e74d1Copy full SHA for 71e74d1
plugins/toolkit/jetbrains-rider/build.gradle.kts
@@ -352,11 +352,13 @@ tasks.withType<Detekt>().configureEach {
352
}
353
354
tasks.integrationTest {
355
+ enabled = !SystemInfo.isLinux
356
// linux: computeSystemScaleFactor "Must be precomputed"
357
systemProperty("hidpi", false)
358
359
360
tasks.test {
361
362
if (SystemInfo.isWindows) {
363
// extremely flaky
364
filter.excludeTestsMatching("software.aws.toolkits.jetbrains.services.lambda.dotnet.LambdaGutterMarkHighlightingTest*")
0 commit comments