Skip to content

Commit e2f0e0a

Browse files
gearamaantkmsft
andauthored
Liveonly tests , the cert was in another form in both of them… (Azure#5520)
* disable download tests , the cert was in another form in both of them, cleanup the recording * tre --------- Co-authored-by: Anton Kolesnyk <[email protected]>
1 parent c7f2767 commit e2f0e0a

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

sdk/keyvault/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "cpp",
44
"TagPrefix": "cpp/keyvault",
5-
"Tag": "cpp/keyvault_6f97962887"
5+
"Tag": "cpp/keyvault_1e79830b40"
66
}

sdk/keyvault/azure-security-keyvault-certificates/test/ut/certificate_client_test.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -748,14 +748,13 @@ TEST_F(KeyVaultCertificateClientTest, GetDeletedCertificates)
748748
}
749749
}
750750

751-
TEST_F(KeyVaultCertificateClientTest, DownloadImportPkcs)
751+
TEST_F(KeyVaultCertificateClientTest, DownloadImportPkcs_LIVEONLY_)
752752
{
753753
auto testName = ::testing::UnitTest::GetInstance()->current_test_info()->name();
754754
std::string const pkcs(testName);
755755
std::string const importName(pkcs + "2");
756756

757757
auto const& client = GetClientForTest(testName);
758-
759758
auto originalCertificate
760759
= CreateCertificate(pkcs, client, m_defaultWait, "CN=xyz", CertificateContentType::Pkcs12);
761760

@@ -781,7 +780,7 @@ TEST_F(KeyVaultCertificateClientTest, DownloadImportPkcs)
781780
}
782781
}
783782

784-
TEST_F(KeyVaultCertificateClientTest, DownloadImportPem)
783+
TEST_F(KeyVaultCertificateClientTest, DownloadImportPem_LIVEONLY_)
785784
{
786785
auto testName = ::testing::UnitTest::GetInstance()->current_test_info()->name();
787786
std::string const pem(testName);

0 commit comments

Comments
 (0)