Skip to content

Commit 9a3f647

Browse files
authored
Disable flaky test (#4695)
1 parent 0b946c1 commit 9a3f647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/WebJobs.Script.Tests.Integration/Host/StandbyManager/StandbyManagerE2ETests_Windows.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ public async Task StandbyModeE2E_Java()
8989
await Verify_StandbyModeE2E_Java();
9090
}
9191

92-
[Fact]
92+
[Fact(Skip = "https://github.com/Azure/azure-functions-host/issues/4230")]
9393
public async Task StandbyModeE2E_JavaTemplateSite()
9494
{
9595
_settings.Add(EnvironmentSettingNames.AzureWebsiteInstanceId, Guid.NewGuid().ToString());

0 commit comments

Comments
 (0)