Skip to content

Commit 4e82566

Browse files
authored
Disable test cause of flakiness of reading the file while it's still in use (Azure#36017)
1 parent ad5431b commit 4e82566

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/storage/Azure.Storage.DataMovement/tests/StartTransferCheckpointerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ public StartTransferCheckpointerTests(
2929
// the path are not stored in the job plan file
3030
// We expect only the path and the URL without the query
3131
// to be stored
32+
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/36016")]
3233
[RecordedTest]
3334
public async Task CheckpointerWithSasAsync()
3435
{

0 commit comments

Comments
 (0)