Skip to content

Commit

Permalink
Skipping flaky test to improve CI reliability (#1966)
Browse files Browse the repository at this point in the history
  • Loading branch information
surgupta-msft authored Oct 18, 2023
1 parent 9ca39bf commit 7bdd49c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/E2ETests/E2ETests/Storage/BlobEndToEndTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ public async Task BlobTrigger_String_Succeeds()
Assert.Equal("Hello World", result);
}

[Fact]
[Fact(Skip = "TODO: https://github.com/Azure/azure-functions-dotnet-worker/issues/1935")]
public async Task BlobTrigger_Stream_Succeeds()
{
string key = "StreamTriggerOutput: ";
Expand Down

0 comments on commit 7bdd49c

Please sign in to comment.