From 449463241b4261358778195695a1ecc58fc150ba Mon Sep 17 00:00:00 2001 From: Florian Friemel Date: Thu, 1 Nov 2018 09:52:03 +0000 Subject: [PATCH] Disable PluginRegistrationTest until we fix it. --- .../smoke-test/kotlin/net/corda/core/PluginRegistrationTest.kt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/core/src/smoke-test/kotlin/net/corda/core/PluginRegistrationTest.kt b/core/src/smoke-test/kotlin/net/corda/core/PluginRegistrationTest.kt index fa378e81e0..d8ea100c44 100644 --- a/core/src/smoke-test/kotlin/net/corda/core/PluginRegistrationTest.kt +++ b/core/src/smoke-test/kotlin/net/corda/core/PluginRegistrationTest.kt @@ -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