diff --git a/libwvdrmengine/oemcrypto/test/oemcrypto_test_android.cpp b/libwvdrmengine/oemcrypto/test/oemcrypto_test_android.cpp index d3258c94..68d25669 100644 --- a/libwvdrmengine/oemcrypto/test/oemcrypto_test_android.cpp +++ b/libwvdrmengine/oemcrypto/test/oemcrypto_test_android.cpp @@ -130,10 +130,12 @@ TEST_F(OEMCryptoAndroidNYCTest, MinVersionNumber11) { ASSERT_GE(version, 11u); } -// These tests are required for O Android devices. +// These tests are required for O MR1 Android devices. class OEMCryptoAndroidOCTest : public OEMCryptoAndroidNYCTest {}; -TEST_F(OEMCryptoAndroidOCTest, MinVersionNumber13) { +// Note: this test is disabled for oc-dev branch. It is still required on +// oc-mr1-dev and master branches. +TEST_F(OEMCryptoAndroidOCTest, DISABLED_MinVersionNumber13) { uint32_t version = OEMCrypto_APIVersion(); ASSERT_GE(version, 13u); }