Merge pull request #6341 from corda/chrisr3-45-merge

NOTICK: Merge from OS 4.5 up to ef00fa1.
This commit is contained in:
Christian Sailer
2020-06-12 16:42:51 +01:00
committed by GitHub
2 changed files with 3 additions and 1 deletions

View File

@ -6,6 +6,7 @@ import net.corda.core.internal.exists
import net.corda.nodeapi.internal.config.UnknownConfigKeysPolicy
import org.assertj.core.api.Assertions
import org.junit.BeforeClass
import org.junit.Ignore
import org.junit.Test
import org.slf4j.LoggerFactory
import org.slf4j.event.Level
@ -56,6 +57,7 @@ class NodeStartupCliTest {
}
@Test(timeout=3_000)
@Ignore
fun `test logs are written to correct location correctly if verbose flag set`() {
val node = NodeStartupCli()
val dir = Files.createTempDirectory("verboseLoggingTest")