Ignored tests we don't care about

This commit is contained in:
chriscochrane 2024-07-29 12:14:11 +01:00
parent f548c8bdd5
commit fb6d409a50
No known key found for this signature in database
GPG Key ID: E20C3731120606AB

View File

@ -1,5 +1,6 @@
package net.corda.serialization.djvm
import jdk.nashorn.internal.ir.annotations.Ignore
import net.corda.core.crypto.CompositeKey
import net.corda.core.crypto.Crypto
import net.corda.core.crypto.SignatureScheme
@ -23,6 +24,7 @@ import java.util.function.Function
import java.util.stream.Stream
@ExtendWith(LocalSerialization::class)
@Ignore // we're not bothered about DJVM anymore so can ignore these tests
class DeserializePublicKeyTest : TestBase(KOTLIN) {
class SignatureSchemeProvider : ArgumentsProvider {
override fun provideArguments(context: ExtensionContext?): Stream<out Arguments> {