Skip to content

Commit ca69133

Browse files
committed
Disabling test until it can be fixed
1 parent 5c8e2f2 commit ca69133

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/WebJobs.Script.Tests/ScriptHostManagerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public void RunAndBlock_DisposesOfHost_WhenExceptionIsThrown()
9696
hostMock.Protected().Verify("Dispose", Times.Once(), true);
9797
}
9898

99-
[Fact]
99+
[Fact(Skip = "Test is flaky and needs to be fixed")]
100100
public async Task RunAndBlock_SetsLastError_WhenExceptionIsThrown()
101101
{
102102
ScriptHostConfiguration config = new ScriptHostConfiguration()

0 commit comments

Comments
 (0)