Ignoring invalid test (works on Linux not on Windows) (#4173)

This commit is contained in:
Anthony Keenan
2018-11-06 17:31:11 +00:00
committed by GitHub
parent 9efb4121d5
commit ac64b6c37c

View File

@ -8,10 +8,7 @@ import net.corda.testing.core.BOB_NAME
import net.corda.testing.core.CHARLIE_NAME import net.corda.testing.core.CHARLIE_NAME
import net.corda.testing.core.JarSignatureTestUtils.generateKey import net.corda.testing.core.JarSignatureTestUtils.generateKey
import org.assertj.core.api.Assertions.assertThat import org.assertj.core.api.Assertions.assertThat
import org.junit.AfterClass import org.junit.*
import org.junit.BeforeClass
import org.junit.Rule
import org.junit.Test
import org.junit.rules.ExpectedException import org.junit.rules.ExpectedException
import picocli.CommandLine import picocli.CommandLine
import java.nio.file.Files import java.nio.file.Files
@ -124,6 +121,7 @@ class PackageOwnerParsingTest {
assertThat(networkBootstrapper.registerPackageOwnership).hasSize(3) assertThat(networkBootstrapper.registerPackageOwnership).hasSize(3)
} }
@Ignore("Ignoring this test as the delimiters don't work correctly, see CORDA-2191")
@Test @Test
fun `parse registration request with delimiter inclusive passwords`() { fun `parse registration request with delimiter inclusive passwords`() {
val aliceKeyStorePath1 = dirAlice / "_alicestore1" val aliceKeyStorePath1 = dirAlice / "_alicestore1"