Merge "Disable Flaky Key Id Length Tests" into mnc-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
20b07afad9
@@ -4722,7 +4722,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();
|
||||
@@ -4755,7 +4755,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();
|
||||
@@ -4788,7 +4788,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();
|
||||
|
||||
Reference in New Issue
Block a user