Skip to content

Commit ba74dbf

Browse files
committed
Disables test
See gh-2478
1 parent 4e296f1 commit ba74dbf

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

spring-cloud-contract-stub-runner/src/test/groovy/org/springframework/cloud/contract/stubrunner/AetherStubDownloaderSpec.groovy

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,14 @@ import org.eclipse.aether.RepositorySystemSession
2020
import org.eclipse.aether.repository.Authentication
2121
import org.junit.Rule
2222
import org.junit.rules.TemporaryFolder
23+
import spock.lang.Ignore
2324
import spock.lang.Specification
2425
import spock.util.environment.RestoreSystemProperties
2526

2627
import org.springframework.cloud.contract.stubrunner.spring.StubRunnerProperties
2728
import org.springframework.util.ResourceUtils
2829

30+
@Ignore("see https://github.com/spring-cloud/spring-cloud-contract/issues/2478")
2931
class AetherStubDownloaderSpec extends Specification {
3032

3133
@Rule

0 commit comments

Comments
 (0)