Revert "Re-enable Binary Provisioning Test"
(The matching reversion in the Widevine Repository is
http://go/wvgerrit/69923)
This reverts commit c207ef8ea6.
Reason for revert: Widevine Buildbot failures
Change-Id: Ied9e36f9eaa94bb7e9cd13b8dff7a2cbdca07a07
This commit is contained in:
@@ -315,7 +315,8 @@ TEST_F(WvCdmEnginePreProvTestUat, ProvisioningServiceCertificateInvalidTest) {
|
|||||||
|
|
||||||
TEST_F(WvCdmEnginePreProvTestStaging, ProvisioningTest) { Provision(); }
|
TEST_F(WvCdmEnginePreProvTestStaging, ProvisioningTest) { Provision(); }
|
||||||
|
|
||||||
TEST_F(WvCdmEnginePreProvTestUatBinary, ProvisioningTest) {
|
// TODO(b/112046733): This test is broken. It should be fixed.
|
||||||
|
TEST_F(WvCdmEnginePreProvTestUatBinary, DISABLED_ProvisioningTest) {
|
||||||
Provision();
|
Provision();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -203,8 +203,8 @@ class TestCryptoSessionFactory : public CryptoSessionFactory {
|
|||||||
|
|
||||||
void WvCdmTestBase::SetUp() {
|
void WvCdmTestBase::SetUp() {
|
||||||
::testing::Test::SetUp();
|
::testing::Test::SetUp();
|
||||||
Properties::Init();
|
|
||||||
Properties::set_provisioning_messages_are_binary(binary_provisioning_);
|
Properties::set_provisioning_messages_are_binary(binary_provisioning_);
|
||||||
|
Properties::Init();
|
||||||
// Log the current test name, to help with debugging when the log and stdout
|
// Log the current test name, to help with debugging when the log and stdout
|
||||||
// are not the same.
|
// are not the same.
|
||||||
const ::testing::TestInfo* const test_info =
|
const ::testing::TestInfo* const test_info =
|
||||||
|
|||||||
Reference in New Issue
Block a user