mirror of
https://github.com/corda/corda.git
synced 2025-06-11 20:01:46 +00:00
Ignored tests we don't care about
This commit is contained in:
parent
f548c8bdd5
commit
fb6d409a50
@ -1,5 +1,6 @@
|
|||||||
package net.corda.serialization.djvm
|
package net.corda.serialization.djvm
|
||||||
|
|
||||||
|
import jdk.nashorn.internal.ir.annotations.Ignore
|
||||||
import net.corda.core.crypto.CompositeKey
|
import net.corda.core.crypto.CompositeKey
|
||||||
import net.corda.core.crypto.Crypto
|
import net.corda.core.crypto.Crypto
|
||||||
import net.corda.core.crypto.SignatureScheme
|
import net.corda.core.crypto.SignatureScheme
|
||||||
@ -23,6 +24,7 @@ import java.util.function.Function
|
|||||||
import java.util.stream.Stream
|
import java.util.stream.Stream
|
||||||
|
|
||||||
@ExtendWith(LocalSerialization::class)
|
@ExtendWith(LocalSerialization::class)
|
||||||
|
@Ignore // we're not bothered about DJVM anymore so can ignore these tests
|
||||||
class DeserializePublicKeyTest : TestBase(KOTLIN) {
|
class DeserializePublicKeyTest : TestBase(KOTLIN) {
|
||||||
class SignatureSchemeProvider : ArgumentsProvider {
|
class SignatureSchemeProvider : ArgumentsProvider {
|
||||||
override fun provideArguments(context: ExtensionContext?): Stream<out Arguments> {
|
override fun provideArguments(context: ExtensionContext?): Stream<out Arguments> {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user