Skip to content

Commit 309c05a

Browse files
committed
Disabling flaky test
1 parent 0806874 commit 309c05a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/WebJobs.Script.Tests.Integration/WebHostEndToEnd/SamplesEndToEndTests_CSharp.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@ public async Task HostStatus_AnonymousLevelRequest_Fails()
273273
Assert.Equal(HttpStatusCode.Unauthorized, response.StatusCode);
274274
}
275275

276-
[Fact]
276+
[Fact(Skip = "Offline check conflicting with other tests, needs investigation")]
277277
public async Task SetHostState_Offline_Succeeds()
278278
{
279279
string functionName = "HttpTrigger";

0 commit comments

Comments
 (0)