Disable BlobServiceClientTest::UndeleteBlobContainer to keep CI and live tests green (#2259)
This commit is contained in:
parent
579a58b250
commit
743399eca4
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user