Disabled (rather than ignored) tests

This commit is contained in:
chriscochrane 2024-07-29 13:27:23 +01:00
parent fb6d409a50
commit 67e3b60455
No known key found for this signature in database
GPG Key ID: E20C3731120606AB

View File

@ -1,6 +1,5 @@
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
@ -11,6 +10,7 @@ import net.corda.core.serialization.serialize
import net.corda.serialization.djvm.SandboxType.KOTLIN
import org.assertj.core.api.Assertions.assertThat
import org.junit.jupiter.api.Assertions.assertEquals
import org.junit.jupiter.api.Disabled
import org.junit.jupiter.api.Test
import org.junit.jupiter.api.extension.ExtendWith
import org.junit.jupiter.api.extension.ExtensionContext
@ -24,7 +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
@Disabled
class DeserializePublicKeyTest : TestBase(KOTLIN) {
class SignatureSchemeProvider : ArgumentsProvider {
override fun provideArguments(context: ExtensionContext?): Stream<out Arguments> {