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:
George Arama 2024-04-12 12:10:03 -07:00 committed by GitHub
parent c7f2767d6a
commit e2f0e0a50b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 3 additions and 4 deletions

View File

@ -2,5 +2,5 @@
"AssetsRepo": "Azure/azure-sdk-assets",
"AssetsRepoPrefixPath": "cpp",
"TagPrefix": "cpp/keyvault",
"Tag": "cpp/keyvault_6f97962887"
"Tag": "cpp/keyvault_1e79830b40"
}

View File

@ -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);