fix (#994)
This commit is contained in:
parent
b8d9d42e5a
commit
91c6116ead
@ -253,13 +253,6 @@ namespace Azure { namespace Storage { namespace Test {
|
||||
properties.DeleteRetentionPolicy.Enabled = true;
|
||||
properties.DeleteRetentionPolicy.Days = 7;
|
||||
|
||||
try
|
||||
{
|
||||
m_blobServiceClient.SetProperties(properties);
|
||||
}
|
||||
catch (StorageException&)
|
||||
{
|
||||
}
|
||||
EXPECT_NO_THROW(m_blobServiceClient.SetProperties(properties));
|
||||
|
||||
// It takes some time before the new properties comes into effect.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user