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 618435b commit 219cb76Copy full SHA for 219cb76
test/WebJobs.Script.Tests.Integration/Host/StandbyManagerTests.cs
@@ -52,7 +52,7 @@ public StandbyManagerTests()
52
StandbyManager.ResetChangeToken();
53
}
54
55
- [Fact]
+ [Fact(Skip = "https://github.com/Azure/azure-functions-host/issues/3816")]
56
public async Task StandbyMode_EndToEnd()
57
{
58
var vars = new Dictionary<string, string>
@@ -111,7 +111,7 @@ await TestHelpers.Await(() =>
111
Assert.NotSame(GetCachedTimeZoneInfo(), _originalTimeZoneInfoCache);
112
113
114
115
public async Task StandbyMode_EndToEnd_LinuxContainer()
116
117
byte[] bytes = TestHelpers.GenerateKeyBytes();
0 commit comments