mirror of
https://github.com/corda/corda.git
synced 2025-01-18 02:39:51 +00:00
ENT-11113 Removed ignored annotation (#7641)
ENT-11113 Removed ignored annotation
This commit is contained in:
parent
ab4a24eb98
commit
477d170def
@ -21,7 +21,6 @@ import org.assertj.core.api.Assertions.assertThat
|
||||
import org.assertj.core.api.Assertions.assertThatCode
|
||||
import org.assertj.core.api.Assertions.assertThatIllegalArgumentException
|
||||
import org.json.simple.JSONObject
|
||||
import org.junit.Ignore
|
||||
import org.junit.Test
|
||||
import java.util.LinkedList
|
||||
import java.util.concurrent.CountDownLatch
|
||||
@ -79,7 +78,6 @@ class DriverTests {
|
||||
}
|
||||
|
||||
@Test(timeout=300_000)
|
||||
@Ignore("TODO JDK17: Fixme - intermittent on jenkins")
|
||||
fun `default notary is visible when the startNode future completes`() {
|
||||
// Based on local testing, running this 3 times gives us a high confidence that we'll spot if the feature is not working
|
||||
repeat(3) {
|
||||
@ -91,7 +89,6 @@ class DriverTests {
|
||||
}
|
||||
|
||||
@Test(timeout=300_000)
|
||||
@Ignore("TODO JDK17: Fixme - Stage 2")
|
||||
fun `debug mode enables debug logging level`() {
|
||||
// Make sure we're using the log4j2 config which writes to the log file
|
||||
val logConfigFile = projectRootDir / "config" / "dev" / "log4j2.xml"
|
||||
|
Loading…
Reference in New Issue
Block a user