CORDA-3981 Disable unstable config helper test (#6610)

This commit is contained in:
Ross Nicoll 2020-08-10 20:35:15 +01:00 committed by GitHub
parent 29e87a586a
commit 12e7fa1d93
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -20,6 +20,7 @@ import org.apache.logging.log4j.core.LogEvent
import org.junit.After
import org.junit.Assert
import org.junit.Before
import org.junit.Ignore
import org.junit.Test
import java.nio.file.Files
import java.nio.file.Path
@ -73,6 +74,7 @@ class ConfigHelperTests {
"corda.sshd.port" to sshPort.toString())
}
@Ignore("CORDA-3981: Test is not stable")
@Test(timeout = 300_000)
fun `bad keys are ignored and warned for`() {
val appender = mock<Appender>()