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 0806874 commit 309c05aCopy full SHA for 309c05a
test/WebJobs.Script.Tests.Integration/WebHostEndToEnd/SamplesEndToEndTests_CSharp.cs
@@ -273,7 +273,7 @@ public async Task HostStatus_AnonymousLevelRequest_Fails()
273
Assert.Equal(HttpStatusCode.Unauthorized, response.StatusCode);
274
}
275
276
- [Fact]
+ [Fact(Skip = "Offline check conflicting with other tests, needs investigation")]
277
public async Task SetHostState_Offline_Succeeds()
278
{
279
string functionName = "HttpTrigger";
0 commit comments