Browse Source

[master] temporarily disabled the HMAC_SHA224_RFC4231_SIGN test due to #951
agreed on jabber.

JINMEI Tatuya 14 years ago
parent
commit
c37ebedf94
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/cryptolink/tests/crypto_unittests.cc

+ 1 - 1
src/lib/cryptolink/tests/crypto_unittests.cc

@@ -473,7 +473,7 @@ TEST(CryptoLinkTest, HMAC_SHA256_RFC4231_SIGN) {
 //
 // Test values taken from RFC 4231, test optional algorithm 224,384,512
 //
-TEST(CryptoLinkTest, HMAC_SHA224_RFC4231_SIGN) {
+TEST(CryptoLinkTest, DISABLED_HMAC_SHA224_RFC4231_SIGN) {
     const uint8_t hmac_expected1[] = { 
         0x89,0x6f,0xb1,0x12,0x8a,0xbb,0xdf,0x19,0x68,0x32,0x10,0x7c,
         0xd4,0x9d,0xf3,0x3f,0x47,0xb4,0xb1,0x16,0x99,0x12,0xba,0x4f,