Skip to content

Commit

Permalink
Merge pull request #23335 Mark a flaky test in CommandLineIntegration…
Browse files Browse the repository at this point in the history
…Spec

Co-authored-by: Bo Zhang <bo@gradle.com>
  • Loading branch information
bot-gradle and blindpirate committed Dec 29, 2022
2 parents 9fbe3a8 + 7bf03a0 commit ae81f85
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -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()
Expand Down

0 comments on commit ae81f85

Please sign in to comment.