diff --git a/libwvdrmengine/oemcrypto/test/oemcrypto_test.cpp b/libwvdrmengine/oemcrypto/test/oemcrypto_test.cpp index 5b0086f2..93e2f2fb 100644 --- a/libwvdrmengine/oemcrypto/test/oemcrypto_test.cpp +++ b/libwvdrmengine/oemcrypto/test/oemcrypto_test.cpp @@ -4721,7 +4721,7 @@ TEST_F(GenericCryptoTest, KeyDurationVerify) { ASSERT_EQ(OEMCrypto_ERROR_KEY_EXPIRED, sts); } -TEST_F(GenericCryptoTest, ShortKeyId) { +TEST_F(GenericCryptoTest, DISABLED_ShortKeyId) { OEMCryptoResult sts; Session s; s.open(); @@ -4754,7 +4754,7 @@ TEST_F(GenericCryptoTest, ShortKeyId) { ASSERT_EQ(clear_buffer_, resultant); } -TEST_F(GenericCryptoTest, LongKeyId) { +TEST_F(GenericCryptoTest, DISABLED_LongKeyId) { OEMCryptoResult sts; Session s; s.open(); @@ -4787,7 +4787,7 @@ TEST_F(GenericCryptoTest, LongKeyId) { ASSERT_EQ(clear_buffer_, resultant); } -TEST_F(GenericCryptoTest, CommonPrefixKeyId) { +TEST_F(GenericCryptoTest, DISABLED_CommonPrefixKeyId) { OEMCryptoResult sts; Session s; s.open();