mirror of
https://github.com/corda/corda.git
synced 2024-12-21 05:53:23 +00:00
CORDA-3981 Disable unstable config helper test (#6610)
This commit is contained in:
parent
29e87a586a
commit
12e7fa1d93
@ -20,6 +20,7 @@ import org.apache.logging.log4j.core.LogEvent
|
|||||||
import org.junit.After
|
import org.junit.After
|
||||||
import org.junit.Assert
|
import org.junit.Assert
|
||||||
import org.junit.Before
|
import org.junit.Before
|
||||||
|
import org.junit.Ignore
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
import java.nio.file.Files
|
import java.nio.file.Files
|
||||||
import java.nio.file.Path
|
import java.nio.file.Path
|
||||||
@ -73,6 +74,7 @@ class ConfigHelperTests {
|
|||||||
"corda.sshd.port" to sshPort.toString())
|
"corda.sshd.port" to sshPort.toString())
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@Ignore("CORDA-3981: Test is not stable")
|
||||||
@Test(timeout = 300_000)
|
@Test(timeout = 300_000)
|
||||||
fun `bad keys are ignored and warned for`() {
|
fun `bad keys are ignored and warned for`() {
|
||||||
val appender = mock<Appender>()
|
val appender = mock<Appender>()
|
||||||
|
Loading…
Reference in New Issue
Block a user