Skip to content

Commit e2994aa

Browse files
pragnagopabrettsam
authored andcommitted
Disable flaky test (#4238)
1 parent 80e0b1d commit e2994aa

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ await TestHelpers.Await(() =>
8181
Assert.NotSame(GetCachedTimeZoneInfo(), _originalTimeZoneInfoCache);
8282
}
8383

84-
[Fact]
84+
[Fact(Skip = "https://github.com/Azure/azure-functions-host/issues/4230")]
8585
public async Task StandbyModeE2E_Java()
8686
{
8787
_settings.Add(EnvironmentSettingNames.AzureWebsiteInstanceId, Guid.NewGuid().ToString());

0 commit comments

Comments
 (0)