diff --git a/libwvdrmengine/cdm/core/test/keybox_ota_test.cpp b/libwvdrmengine/cdm/core/test/keybox_ota_test.cpp index 44b5c81b..d16fabee 100644 --- a/libwvdrmengine/cdm/core/test/keybox_ota_test.cpp +++ b/libwvdrmengine/cdm/core/test/keybox_ota_test.cpp @@ -82,12 +82,6 @@ TEST_F(CdmOtaKeyboxTest, BasicTest) { FileSystem file_system; TestCdmEngine cdm_engine(&file_system, std::shared_ptr(new EngineMetrics)); - // Create a singleton crypto session to prevent OEMCrypto from being - // terminated. This is really only needed when running the test against the - // testbed OEMCrypto which does not save its keybox across init/terminate. - metrics::CryptoMetrics crypto_metrics; - std::unique_ptr crypto_session( - CryptoSession::MakeCryptoSession(&crypto_metrics)); // Remove any existing certificate. cdm_engine.Unprovision(kSecurityLevelL1); std::string system_id;