From 7bf03a02f98ac79dc83314ff6e820517d50aabe1 Mon Sep 17 00:00:00 2001 From: Bo Zhang Date: Thu, 29 Dec 2022 14:23:52 +0800 Subject: [PATCH] Mark a flaky test in CommandLineIntegrationSpec --- .../groovy/org/gradle/launcher/CommandLineIntegrationSpec.groovy | 1 + 1 file changed, 1 insertion(+) diff --git a/subprojects/launcher/src/integTest/groovy/org/gradle/launcher/CommandLineIntegrationSpec.groovy b/subprojects/launcher/src/integTest/groovy/org/gradle/launcher/CommandLineIntegrationSpec.groovy index 02a087de86f5..942e46fd8b53 100644 --- a/subprojects/launcher/src/integTest/groovy/org/gradle/launcher/CommandLineIntegrationSpec.groovy +++ b/subprojects/launcher/src/integTest/groovy/org/gradle/launcher/CommandLineIntegrationSpec.groovy @@ -84,6 +84,7 @@ class CommandLineIntegrationSpec extends AbstractIntegrationSpec { @Issue('https://github.com/gradle/gradle/issues/18084') @IgnoreIf({ GradleContextualExecuter.embedded }) + @Flaky(because = "Sometimes it hangs for hours") def "can debug on selected port with org.gradle.debug.port"() { given: executer.requireDaemon().requireIsolatedDaemons()