mirror of
https://github.com/corda/corda.git
synced 2025-02-20 09:26:41 +00:00
Ignoring invalid test (works on Linux not on Windows) (#4173)
This commit is contained in:
parent
9efb4121d5
commit
ac64b6c37c
@ -8,10 +8,7 @@ import net.corda.testing.core.BOB_NAME
|
||||
import net.corda.testing.core.CHARLIE_NAME
|
||||
import net.corda.testing.core.JarSignatureTestUtils.generateKey
|
||||
import org.assertj.core.api.Assertions.assertThat
|
||||
import org.junit.AfterClass
|
||||
import org.junit.BeforeClass
|
||||
import org.junit.Rule
|
||||
import org.junit.Test
|
||||
import org.junit.*
|
||||
import org.junit.rules.ExpectedException
|
||||
import picocli.CommandLine
|
||||
import java.nio.file.Files
|
||||
@ -124,6 +121,7 @@ class PackageOwnerParsingTest {
|
||||
assertThat(networkBootstrapper.registerPackageOwnership).hasSize(3)
|
||||
}
|
||||
|
||||
@Ignore("Ignoring this test as the delimiters don't work correctly, see CORDA-2191")
|
||||
@Test
|
||||
fun `parse registration request with delimiter inclusive passwords`() {
|
||||
val aliceKeyStorePath1 = dirAlice / "_alicestore1"
|
||||
|
Loading…
x
Reference in New Issue
Block a user