mirror of
https://github.com/corda/corda.git
synced 2025-02-20 17:33:15 +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.Assert.assertThat
|
||||
import org.junit.BeforeClass
|
||||
import org.junit.Ignore
|
||||
import org.junit.Test
|
||||
import java.nio.file.Paths
|
||||
import java.time.Duration
|
||||
@ -48,6 +49,8 @@ import kotlin.test.assertEquals
|
||||
import kotlin.test.assertFailsWith
|
||||
import kotlin.test.assertTrue
|
||||
|
||||
// This test is excluded from CI due to the experimental nature of the BFT notary
|
||||
@Ignore
|
||||
class BFTNotaryServiceTests {
|
||||
companion object {
|
||||
private lateinit var mockNet: InternalMockNetwork
|
||||
|
Loading…
x
Reference in New Issue
Block a user