mirror of
https://github.com/corda/corda.git
synced 2025-02-21 17:56:54 +00:00
Exclude BFT smart tests from the build (#4557)
This commit is contained in:
parent
837d2d7106
commit
4004e9473d
@ -37,6 +37,7 @@ import org.hamcrest.Matchers.instanceOf
|
|||||||
import org.junit.AfterClass
|
import org.junit.AfterClass
|
||||||
import org.junit.Assert.assertThat
|
import org.junit.Assert.assertThat
|
||||||
import org.junit.BeforeClass
|
import org.junit.BeforeClass
|
||||||
|
import org.junit.Ignore
|
||||||
import org.junit.Test
|
import org.junit.Test
|
||||||
import java.nio.file.Paths
|
import java.nio.file.Paths
|
||||||
import java.time.Duration
|
import java.time.Duration
|
||||||
@ -48,6 +49,8 @@ import kotlin.test.assertEquals
|
|||||||
import kotlin.test.assertFailsWith
|
import kotlin.test.assertFailsWith
|
||||||
import kotlin.test.assertTrue
|
import kotlin.test.assertTrue
|
||||||
|
|
||||||
|
// This test is excluded from CI due to the experimental nature of the BFT notary
|
||||||
|
@Ignore
|
||||||
class BFTNotaryServiceTests {
|
class BFTNotaryServiceTests {
|
||||||
companion object {
|
companion object {
|
||||||
private lateinit var mockNet: InternalMockNetwork
|
private lateinit var mockNet: InternalMockNetwork
|
||||||
|
Loading…
x
Reference in New Issue
Block a user