Skip to content

Commit

Permalink
NOTICK - Ignore a potentially dodgy test (corda#6336)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesHR3 authored Jun 11, 2020
1 parent 48ed9db commit 6e349f2
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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")
Expand Down

0 comments on commit 6e349f2

Please sign in to comment.