Skip to content

Commit a426beb

Browse files
disabled flakey test (#35492)
1 parent 6811530 commit a426beb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

sdk/storage/Microsoft.Azure.WebJobs.Extensions.Storage.Blobs/tests/BlobReciptManagerTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ private static BlobContainerClient GetContainerReference(BlobServiceClient blobS
4343
}
4444

4545
[Test]
46+
[Ignore("Flakey test")]
4647
public async Task TryAcquireLeaseNotLogLeaseConflict()
4748
{
4849
// Arrange

0 commit comments

Comments
 (0)