From 35d1cc040b5723826a126f5e68f0cc11b29c50bc Mon Sep 17 00:00:00 2001 From: Peter Dettman Date: Sat, 16 Dec 2023 23:15:38 +0700 Subject: Disable serialization test from net80 on --- crypto/test/src/math/test/BigIntegerTest.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'crypto/test') diff --git a/crypto/test/src/math/test/BigIntegerTest.cs b/crypto/test/src/math/test/BigIntegerTest.cs index 8f477d684..88ac7151e 100644 --- a/crypto/test/src/math/test/BigIntegerTest.cs +++ b/crypto/test/src/math/test/BigIntegerTest.cs @@ -765,6 +765,7 @@ namespace Org.BouncyCastle.Math.Tests } } +#if !NET8_0_OR_GREATER [Test] public void TestSerialization() { @@ -785,6 +786,7 @@ namespace Org.BouncyCastle.Math.Tests Assert.AreEqual(x, y); } } +#endif [Test] public void TestSetBit() -- cgit 1.4.1