Skip to content

Commit 4058408

Browse files
authored
Skipping test due to flakiness. (#7341)
1 parent ee0592e commit 4058408

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/WebJobs.Script.Tests.Integration/Management/InstanceControllerTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ public async Task Assign_MSISpecializationFailure_ReturnsError()
9494
Assert.Equal(objectResult.Value, "Specialize MSI sidecar call failed. StatusCode=BadRequest");
9595
}
9696

97-
[Fact]
97+
[Fact(Skip = "Test seems flaky. Would run fine locally though. Needs investigation. Issue: https://github.com/Azure/azure-functions-host/issues/7340")]
9898
public async Task Disable_Writes_To_DisableContainerFile_Restarts_ScriptHost()
9999
{
100100
var environment = new TestEnvironment();

0 commit comments

Comments
 (0)