Skip to content

Commit

Permalink
Ignore flaky test in CancellationCompositeBuildCrossVersionSpec
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfs committed Aug 26, 2016
1 parent c495f4e commit 810e1ba
Showing 1 changed file with 3 additions and 0 deletions.
Expand Up @@ -26,6 +26,8 @@ import org.gradle.tooling.ResultHandler
import org.gradle.tooling.connection.ModelResults
import org.gradle.tooling.model.eclipse.EclipseProject
import org.junit.Rule
import spock.lang.Ignore

/**
* Tests cancellation of model requests in a composite build.
*/
Expand Down Expand Up @@ -65,6 +67,7 @@ class CancellationCompositeBuildCrossVersionSpec extends CompositeToolingApiSpec
"""
}

@Ignore("Very flaky and seems to be obsolete")
def "can cancel model operation while a participant request is being processed"() {
given:
def cancelledFile = file("cancelled")
Expand Down

0 comments on commit 810e1ba

Please sign in to comment.