Exclude BFT smart tests from the build (#4557)

This commit is contained in:
Andrius Dagys 2019-01-11 16:03:54 +00:00 committed by Michele Sollecito
parent 837d2d7106
commit 4004e9473d

View File

@ -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