Disable v14 unit test for Pi
Merge from Widevine repo of http://go/wvgerrit/44502 OEMCrypto v14 is no longer required for Pi, so this CL disables the unit test verifying that version. The test will be re-enabled for MR1. test: unit tests bug: 74003607 Change-Id: I76f9b66e1652ffb1f8a5bfc7be572e3c7a4cff83
This commit is contained in:
@@ -140,12 +140,14 @@ TEST_F(OEMCryptoAndroidOCTest, MinVersionNumber13) {
|
||||
ASSERT_GE(version, 13u);
|
||||
}
|
||||
|
||||
// These tests are required for Pi Android devices.
|
||||
class OEMCryptoAndroidPiTest : public OEMCryptoAndroidOCTest {};
|
||||
#if 0 // TODO(b/64001862)
|
||||
// These tests are required for Pi MR1 Android devices.
|
||||
class OEMCryptoAndroidPiMR1Test : public OEMCryptoAndroidOCTest {};
|
||||
|
||||
TEST_F(OEMCryptoAndroidPiTest, MinVersionNumber14) {
|
||||
TEST_F(OEMCryptoAndroidPiMR1Test, MinVersionNumber14) {
|
||||
uint32_t version = OEMCrypto_APIVersion();
|
||||
ASSERT_GE(version, 14u);
|
||||
}
|
||||
#endif
|
||||
|
||||
} // namespace wvoec
|
||||
|
||||
Reference in New Issue
Block a user