Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ public void Ctor_CPK_Http()
}

[Test]
[Ignore("#10044: Re-enable failing Storage tests")]
public void Ctor_CPK_EncryptionScope()
{
// Arrange
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ public void Ctor_CPK_Http()
}

[Test]
[Ignore("#10044: Re-enable failing Storage tests")]
public void Ctor_CPK_EncryptionScope()
{
// Arrange
Expand Down
1 change: 1 addition & 0 deletions sdk/storage/Azure.Storage.Blobs/tests/BlobClientTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ public void Ctor_CPK_Http()
}

[Test]
[Ignore("#10044: Re-enable failing Storage tests")]
public void Ctor_CPK_EncryptionScope()
{
// Arrange
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ public void Ctor_CPK_Http()
}

[Test]
[Ignore("#10044: Re-enable failing Storage tests")]
public void Ctor_CPK_EncryptionScope()
{
// Arrange
Expand Down
2 changes: 2 additions & 0 deletions sdk/storage/Azure.Storage.Blobs/tests/ContainerClientTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -276,6 +276,7 @@ public void Ctor_CPK_Http()
}

[Test]
[Ignore("#10044: Re-enable failing Storage tests")]
public void Ctor_CPK_EncryptionScope()
{
// Arrange
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1047,7 +1047,7 @@ await TestHelper.CatchAsync<Exception>(
}
}

[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()
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ public void Ctor_CPK_Http()
}

[Test]
[Ignore("#10044: Re-enable failing Storage tests")]
public void Ctor_CPK_EncryptionScope()
{
// Arrange
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down