Disable UsageOverflowTest am: a6e8a38c20

am: 8a9db7350d

Change-Id: If0e7b2203bb8ab9cc98a382cd6158718b435c112
This commit is contained in:
Rahul Frias
2018-03-16 19:52:43 +00:00
committed by android-build-merger

View File

@@ -930,7 +930,10 @@ TEST_F(WvCdmExtendedDurationTest, DecryptionCloseSessionConcurrencyTest) {
decryptor_.CloseSession(session_id);
}
TEST_F(WvCdmExtendedDurationTest, UsageOverflowTest) {
// TODO(rfrias): Rewite this test when OEMCrypto v13 is the minimum version
// supported. The limitation of 50 usage entries are no longer present
// when using usage table header+entries.
TEST_F(WvCdmExtendedDurationTest, DISABLED_UsageOverflowTest) {
Provision();
TestWvCdmClientPropertySet client_property_set;
TestWvCdmClientPropertySet* property_set = NULL;