Disable BlobServiceClientTest::UndeleteBlobContainer to keep CI and live tests green (#2259)

This commit is contained in:
Ahson Khan 2021-05-12 13:40:34 -07:00 committed by GitHub
parent 579a58b250
commit 743399eca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -353,7 +353,7 @@ namespace Azure { namespace Storage { namespace Test {
EXPECT_THROW(containerClient.Value.GetProperties(), StorageException);
}
TEST_F(BlobServiceClientTest, UndeleteBlobContainer)
TEST_F(BlobServiceClientTest, DISABLED_UndeleteBlobContainer)
{
std::string containerName = LowercaseRandomString();
auto containerClient = m_blobServiceClient.GetBlobContainerClient(containerName);