We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a8e809 commit 118df26Copy full SHA for 118df26
test/WebJobs.Script.Tests/BashEndToEndTests.cs
@@ -15,7 +15,7 @@ public BashEndToEndTests(TestFixture fixture)
15
{
16
}
17
18
- [Fact]
+ [Fact(Skip = "Flaky test. Need to fix")]
19
public async Task BlobTriggerToBlobTest()
20
21
string name = Guid.NewGuid().ToString();
0 commit comments