summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--crypto/test/src/crypto/test/SHA3DigestTest.cs1
-rw-r--r--crypto/test/src/crypto/test/ShakeDigestTest.cs1
2 files changed, 0 insertions, 2 deletions
diff --git a/crypto/test/src/crypto/test/SHA3DigestTest.cs b/crypto/test/src/crypto/test/SHA3DigestTest.cs
index a23825f96..b5c26c621 100644
--- a/crypto/test/src/crypto/test/SHA3DigestTest.cs
+++ b/crypto/test/src/crypto/test/SHA3DigestTest.cs
@@ -42,7 +42,6 @@ namespace Org.BouncyCastle.Crypto.Tests
             TestVectors();
         }
 
-        [Test]
         public void TestVectors()
         {
             using (StreamReader r = new StreamReader(SimpleTest.GetTestDataAsStream("crypto.SHA3TestVectors.txt")))
diff --git a/crypto/test/src/crypto/test/ShakeDigestTest.cs b/crypto/test/src/crypto/test/ShakeDigestTest.cs
index bb4485ace..ef4696739 100644
--- a/crypto/test/src/crypto/test/ShakeDigestTest.cs
+++ b/crypto/test/src/crypto/test/ShakeDigestTest.cs
@@ -42,7 +42,6 @@ namespace Org.BouncyCastle.Crypto.Tests
             TestVectors();
         }
 
-        [Test]
         public void TestVectors()
         {
             using (StreamReader r = new StreamReader(SimpleTest.GetTestDataAsStream("crypto.SHAKETestVectors.txt")))