Disable UsageOverflowTest
[ Merge of http://go/wvgerrit/45661 ] This test was written to verify that the last 50 entries were maintained by the usage table (OEMCrypto v9-11). With OEMCrypto v13+, that limit has been removed and this is no longer an appropriate test. I have disabled the test for now and will replace/rewrite with one appropriate for big usage tables. Bug: 30022298 Test: Ran cdm_extended_duration_tests Change-Id: I23d54bb57c92b391f80817945626898fd590078f
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user