Liveonly tests , the cert was in another form in both of them… (#5520)
* disable download tests , the cert was in another form in both of them, cleanup the recording * tre --------- Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
This commit is contained in:
parent
c7f2767d6a
commit
e2f0e0a50b
@ -2,5 +2,5 @@
|
||||
"AssetsRepo": "Azure/azure-sdk-assets",
|
||||
"AssetsRepoPrefixPath": "cpp",
|
||||
"TagPrefix": "cpp/keyvault",
|
||||
"Tag": "cpp/keyvault_6f97962887"
|
||||
"Tag": "cpp/keyvault_1e79830b40"
|
||||
}
|
||||
|
||||
@ -748,14 +748,13 @@ TEST_F(KeyVaultCertificateClientTest, GetDeletedCertificates)
|
||||
}
|
||||
}
|
||||
|
||||
TEST_F(KeyVaultCertificateClientTest, DownloadImportPkcs)
|
||||
TEST_F(KeyVaultCertificateClientTest, DownloadImportPkcs_LIVEONLY_)
|
||||
{
|
||||
auto testName = ::testing::UnitTest::GetInstance()->current_test_info()->name();
|
||||
std::string const pkcs(testName);
|
||||
std::string const importName(pkcs + "2");
|
||||
|
||||
auto const& client = GetClientForTest(testName);
|
||||
|
||||
auto originalCertificate
|
||||
= CreateCertificate(pkcs, client, m_defaultWait, "CN=xyz", CertificateContentType::Pkcs12);
|
||||
|
||||
@ -781,7 +780,7 @@ TEST_F(KeyVaultCertificateClientTest, DownloadImportPkcs)
|
||||
}
|
||||
}
|
||||
|
||||
TEST_F(KeyVaultCertificateClientTest, DownloadImportPem)
|
||||
TEST_F(KeyVaultCertificateClientTest, DownloadImportPem_LIVEONLY_)
|
||||
{
|
||||
auto testName = ::testing::UnitTest::GetInstance()->current_test_info()->name();
|
||||
std::string const pem(testName);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user