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 ee0592e commit 4058408Copy full SHA for 4058408
test/WebJobs.Script.Tests.Integration/Management/InstanceControllerTests.cs
@@ -94,7 +94,7 @@ public async Task Assign_MSISpecializationFailure_ReturnsError()
94
Assert.Equal(objectResult.Value, "Specialize MSI sidecar call failed. StatusCode=BadRequest");
95
}
96
97
- [Fact]
+ [Fact(Skip = "Test seems flaky. Would run fine locally though. Needs investigation. Issue: https://github.com/Azure/azure-functions-host/issues/7340")]
98
public async Task Disable_Writes_To_DisableContainerFile_Restarts_ScriptHost()
99
{
100
var environment = new TestEnvironment();
0 commit comments