Merge pull request #1525 from corda/ENT-2678

[ENT-2678] Disable PluginRegistrationTest until we fix it.
This commit is contained in:
Michele Sollecito 2018-11-01 09:57:02 +00:00 committed by GitHub
commit b883ef6321
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -6,6 +6,7 @@ import net.corda.nodeapi.internal.config.User
import net.corda.smoketesting.NodeConfig
import net.corda.smoketesting.NodeProcess
import org.assertj.core.api.Assertions.assertThatThrownBy
import org.junit.Ignore
import org.junit.Rule
import org.junit.Test
import org.junit.rules.TemporaryFolder
@ -22,6 +23,7 @@ class PluginRegistrationTest {
@JvmField
val temporaryFolder = TemporaryFolder()
@Ignore
@Test
fun `test plugin registration` () {
// Create node jarDir with an empty jar file in it