Skip to content

Commit

Permalink
Feature/storage/75livetests (#17264)
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmcc-msft authored Dec 1, 2020
1 parent 07d7951 commit 9ffce75
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,6 +306,7 @@ await TestHelper.AssertExpectedExceptionAsync<RequestFailedException>(
}

[Test]
[PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/17262")]
[ServiceVersion(Min = ShareClientOptions.ServiceVersion.V2020_04_08)]
public async Task ListSharesSegmentAsync_EnabledProtocolsAndRootSquash()
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -315,6 +315,7 @@ await TestHelper.AssertExpectedExceptionAsync<RequestFailedException>(
}

[Test]
[PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/17262")]
[ServiceVersion(Min = ShareClientOptions.ServiceVersion.V2020_04_08)]
public async Task CreateAsync_EnabledProtocolsAndRootSquash()
{
Expand Down Expand Up @@ -606,6 +607,7 @@ await TestHelper.AssertExpectedExceptionAsync<RequestFailedException>(
}

[Test]
[PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/17262")]
[ServiceVersion(Min = ShareClientOptions.ServiceVersion.V2020_04_08)]
public async Task GetPropertiesAsync_EnabledProtocolsAndRootSquash()
{
Expand Down Expand Up @@ -1260,6 +1262,7 @@ public async Task SetPropertiesAsync()
}

[Test]
[PlaybackOnly("https://github.com/Azure/azure-sdk-for-net/issues/17262")]
[ServiceVersion(Min = ShareClientOptions.ServiceVersion.V2020_04_08)]
public async Task SetPropertiesAsync_RootSquash()
{
Expand Down
2 changes: 1 addition & 1 deletion sdk/storage/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ extends:
parameters:
ServiceDirectory: storage
BuildInParallel: true
TimeoutInMinutes: 90
TimeoutInMinutes: 120
Location: canadacentral
Clouds: Preview
TestSetupSteps:
Expand Down

0 comments on commit 9ffce75

Please sign in to comment.