Skip to content

Commit

Permalink
Mark a flaky test in CommandLineIntegrationSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
blindpirate committed Dec 29, 2022
1 parent 9fbe3a8 commit 7bf03a0
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
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 7bf03a0

Please sign in to comment.