mirror of
https://github.com/corda/corda.git
synced 2024-12-19 04:57:58 +00:00
Merge pull request #6341 from corda/chrisr3-45-merge
NOTICK: Merge from OS 4.5 up to ef00fa1
.
This commit is contained in:
commit
35c661b9f6
@ -30,7 +30,7 @@ snakeYamlVersion=1.19
|
||||
caffeineVersion=2.7.0
|
||||
metricsVersion=4.1.0
|
||||
metricsNewRelicVersion=1.1.1
|
||||
djvmVersion=1.1-RC04
|
||||
djvmVersion=1.1
|
||||
deterministicRtVersion=1.0-RC02
|
||||
openSourceBranch=https://github.com/corda/corda/blob/release/os/4.4
|
||||
openSourceSamplesBranch=https://github.com/corda/samples/blob/release-V4
|
||||
|
@ -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")
|
||||
|
Loading…
Reference in New Issue
Block a user