diable cert live tests (#2851)
This commit is contained in:
parent
91b459b560
commit
f752663d35
@ -13,7 +13,7 @@ using namespace std::chrono_literals;
|
||||
using namespace Azure::Security::KeyVault::Certificates;
|
||||
using namespace Azure::Security::KeyVault::Certificates::Test;
|
||||
|
||||
TEST_F(KeyVaultCertificateClientTest, GetCertificate)
|
||||
TEST_F(KeyVaultCertificateClientTest, DISABLED_GetCertificate)
|
||||
{
|
||||
// cspell: disable-next-line
|
||||
std::string const certificateName("vivazqu");
|
||||
@ -80,7 +80,7 @@ TEST_F(KeyVaultCertificateClientTest, GetCertificate)
|
||||
}
|
||||
}
|
||||
|
||||
TEST_F(KeyVaultCertificateClientTest, GetCertificateVersion)
|
||||
TEST_F(KeyVaultCertificateClientTest, DISABLED_GetCertificateVersion)
|
||||
{
|
||||
// cspell: disable-next-line
|
||||
std::string const certificateName("vivazqu");
|
||||
|
||||
Loading…
Reference in New Issue
Block a user