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 @@ -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