diff --git a/sdk/storage/Azure.Storage.Blobs/tests/AppendBlobClientTests.cs b/sdk/storage/Azure.Storage.Blobs/tests/AppendBlobClientTests.cs index 3d8fdabeba42..e9e46835235b 100644 --- a/sdk/storage/Azure.Storage.Blobs/tests/AppendBlobClientTests.cs +++ b/sdk/storage/Azure.Storage.Blobs/tests/AppendBlobClientTests.cs @@ -79,6 +79,7 @@ public void Ctor_CPK_Http() } [Test] + [Ignore("#10044: Re-enable failing Storage tests")] public void Ctor_CPK_EncryptionScope() { // Arrange diff --git a/sdk/storage/Azure.Storage.Blobs/tests/BlobBaseClientTests.cs b/sdk/storage/Azure.Storage.Blobs/tests/BlobBaseClientTests.cs index 708e4de87b72..72a0e52b40d0 100644 --- a/sdk/storage/Azure.Storage.Blobs/tests/BlobBaseClientTests.cs +++ b/sdk/storage/Azure.Storage.Blobs/tests/BlobBaseClientTests.cs @@ -102,6 +102,7 @@ public void Ctor_CPK_Http() } [Test] + [Ignore("#10044: Re-enable failing Storage tests")] public void Ctor_CPK_EncryptionScope() { // Arrange diff --git a/sdk/storage/Azure.Storage.Blobs/tests/BlobClientTests.cs b/sdk/storage/Azure.Storage.Blobs/tests/BlobClientTests.cs index 3c044759bd27..2246156a32b3 100644 --- a/sdk/storage/Azure.Storage.Blobs/tests/BlobClientTests.cs +++ b/sdk/storage/Azure.Storage.Blobs/tests/BlobClientTests.cs @@ -101,6 +101,7 @@ public void Ctor_CPK_Http() } [Test] + [Ignore("#10044: Re-enable failing Storage tests")] public void Ctor_CPK_EncryptionScope() { // Arrange diff --git a/sdk/storage/Azure.Storage.Blobs/tests/BlockBlobClientTests.cs b/sdk/storage/Azure.Storage.Blobs/tests/BlockBlobClientTests.cs index a7eaad3cee1f..cade699ab794 100644 --- a/sdk/storage/Azure.Storage.Blobs/tests/BlockBlobClientTests.cs +++ b/sdk/storage/Azure.Storage.Blobs/tests/BlockBlobClientTests.cs @@ -86,6 +86,7 @@ public void Ctor_CPK_Http() } [Test] + [Ignore("#10044: Re-enable failing Storage tests")] public void Ctor_CPK_EncryptionScope() { // Arrange diff --git a/sdk/storage/Azure.Storage.Blobs/tests/ContainerClientTests.cs b/sdk/storage/Azure.Storage.Blobs/tests/ContainerClientTests.cs index 486c5ea7a170..a62635d0d695 100644 --- a/sdk/storage/Azure.Storage.Blobs/tests/ContainerClientTests.cs +++ b/sdk/storage/Azure.Storage.Blobs/tests/ContainerClientTests.cs @@ -276,6 +276,7 @@ public void Ctor_CPK_Http() } [Test] + [Ignore("#10044: Re-enable failing Storage tests")] public void Ctor_CPK_EncryptionScope() { // Arrange @@ -445,6 +446,7 @@ public async Task CreateAsync_Metadata() [Test] [ServiceVersion(Min = BlobClientOptions.ServiceVersion.V2019_07_07)] + [Ignore("#10044: Re-enable failing Storage tests")] public async Task CreateAsync_EncryptionScopeOptions() { // Arrange diff --git a/sdk/storage/Azure.Storage.Blobs/tests/PageBlobClientTests.cs b/sdk/storage/Azure.Storage.Blobs/tests/PageBlobClientTests.cs index 5c1d0ea5b3dc..ace727856c7b 100644 --- a/sdk/storage/Azure.Storage.Blobs/tests/PageBlobClientTests.cs +++ b/sdk/storage/Azure.Storage.Blobs/tests/PageBlobClientTests.cs @@ -1047,7 +1047,7 @@ await TestHelper.CatchAsync( } } - [Ignore("Not possible to programmatically create a Managed Disk account")] + [Ignore("#9855: Not possible to programmatically create a Managed Disk account")] [Test] [ServiceVersion(Min = BlobClientOptions.ServiceVersion.V2019_07_07)] public async Task GetManagedDiskPageRangesDiffAsync() diff --git a/sdk/storage/Azure.Storage.Blobs/tests/ServiceClientTests.cs b/sdk/storage/Azure.Storage.Blobs/tests/ServiceClientTests.cs index 83abf30634c2..029b3bbb6306 100644 --- a/sdk/storage/Azure.Storage.Blobs/tests/ServiceClientTests.cs +++ b/sdk/storage/Azure.Storage.Blobs/tests/ServiceClientTests.cs @@ -100,6 +100,7 @@ public void Ctor_CPK_Http() } [Test] + [Ignore("#10044: Re-enable failing Storage tests")] public void Ctor_CPK_EncryptionScope() { // Arrange diff --git a/sdk/storage/Azure.Storage.Files.Shares/tests/ServiceClientTests.cs b/sdk/storage/Azure.Storage.Files.Shares/tests/ServiceClientTests.cs index b96f72c600f7..5f76f2db991a 100644 --- a/sdk/storage/Azure.Storage.Files.Shares/tests/ServiceClientTests.cs +++ b/sdk/storage/Azure.Storage.Files.Shares/tests/ServiceClientTests.cs @@ -148,6 +148,7 @@ public async Task ListSharesSegmentAsync() [Test] [ServiceVersion(Min = ShareClientOptions.ServiceVersion.V2019_07_07)] + [Ignore("#10044: Re-enable failing Storage tests")] public async Task ListSharesSegmentAsync_Premium() { // Arrange diff --git a/sdk/storage/Azure.Storage.Files.Shares/tests/ShareClientTests.cs b/sdk/storage/Azure.Storage.Files.Shares/tests/ShareClientTests.cs index a8406999e48d..ca50f6a96b66 100644 --- a/sdk/storage/Azure.Storage.Files.Shares/tests/ShareClientTests.cs +++ b/sdk/storage/Azure.Storage.Files.Shares/tests/ShareClientTests.cs @@ -315,6 +315,7 @@ public async Task GetPropertiesAsync() } [Test] + [Ignore("#10044: Re-enable failing Storage tests")] public async Task GetPropertiesAsync_Premium() { await using DisposingShare test = await GetTestShareAsync(GetServiceClient_Premium());