mirror of
https://github.com/corda/corda.git
synced 2025-06-16 14:18:20 +00:00
ENT-11113 Removed ignored annotation (#7641)
ENT-11113 Removed ignored annotation
This commit is contained in:
@ -21,7 +21,6 @@ import org.assertj.core.api.Assertions.assertThat
|
|||||||
import org.assertj.core.api.Assertions.assertThatCode
|
import org.assertj.core.api.Assertions.assertThatCode
|
||||||
import org.assertj.core.api.Assertions.assertThatIllegalArgumentException
|
import org.assertj.core.api.Assertions.assertThatIllegalArgumentException
|
||||||
import org.json.simple.JSONObject
|
import org.json.simple.JSONObject
|
||||||
import org.junit.Ignore
|
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
import java.util.LinkedList
|
import java.util.LinkedList
|
||||||
import java.util.concurrent.CountDownLatch
|
import java.util.concurrent.CountDownLatch
|
||||||
@ -79,7 +78,6 @@ class DriverTests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test(timeout=300_000)
|
@Test(timeout=300_000)
|
||||||
@Ignore("TODO JDK17: Fixme - intermittent on jenkins")
|
|
||||||
fun `default notary is visible when the startNode future completes`() {
|
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
|
// 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) {
|
repeat(3) {
|
||||||
@ -91,7 +89,6 @@ class DriverTests {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@Test(timeout=300_000)
|
@Test(timeout=300_000)
|
||||||
@Ignore("TODO JDK17: Fixme - Stage 2")
|
|
||||||
fun `debug mode enables debug logging level`() {
|
fun `debug mode enables debug logging level`() {
|
||||||
// Make sure we're using the log4j2 config which writes to the log file
|
// Make sure we're using the log4j2 config which writes to the log file
|
||||||
val logConfigFile = projectRootDir / "config" / "dev" / "log4j2.xml"
|
val logConfigFile = projectRootDir / "config" / "dev" / "log4j2.xml"
|
||||||
|
Reference in New Issue
Block a user