mirror of
https://github.com/corda/corda.git
synced 2024-12-20 21:43:14 +00:00
NOTICK Replace example URL with an unresolvable version (#6555)
Replace example URL with an unresolvable version to avoid issues with network failures causing the test to fail, i.e. https://ci02.dev.r3.com/job/Corda-Enterprise/job/Corda-ENT-Release-Branch-Tests/job/enterprise/job/release%252Fent%252F4.6/127/testReport/net.corda.node.services.config/NodeConfigurationImplTest/compatibilityZoneURL_populates_NetworkServices/
This commit is contained in:
parent
6bcd3a9f9f
commit
1ca9b998de
@ -280,7 +280,7 @@ class NodeConfigurationImplTest {
|
|||||||
|
|
||||||
@Test(timeout=3_000)
|
@Test(timeout=3_000)
|
||||||
fun `compatibilityZoneURL populates NetworkServices`() {
|
fun `compatibilityZoneURL populates NetworkServices`() {
|
||||||
val compatibilityZoneURL = URI.create("https://r3.com").toURL()
|
val compatibilityZoneURL = URI.create("https://r3.example.com").toURL()
|
||||||
val configuration = testConfiguration.copy(
|
val configuration = testConfiguration.copy(
|
||||||
devMode = false,
|
devMode = false,
|
||||||
compatibilityZoneURL = compatibilityZoneURL)
|
compatibilityZoneURL = compatibilityZoneURL)
|
||||||
|
Loading…
Reference in New Issue
Block a user