Ignore flaky test.

This commit is contained in:
Olga Maciaszek-Sharma
2019-06-20 14:37:59 +02:00
parent b46463e0d3
commit 03c556df04

View File

@@ -18,8 +18,10 @@ package org.springframework.cloud.contract.verifier.plugin
import org.gradle.testkit.runner.BuildResult
import spock.lang.Stepwise
import spock.lang.Ignore
@Stepwise
@Ignore("Flaky")
class SampleJerseyProjectSpec extends ContractVerifierIntegrationSpec {
def setup() {