diff options
Diffstat (limited to 'crypto/test')
-rw-r--r-- | crypto/test/src/math/test/BigIntegerTest.cs | 2 |
1 files changed, 2 insertions, 0 deletions
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() |