Skip to content

Commit 219cb76

Browse files
committed
Skip StandbyManager integration tests until fixed
1 parent 618435b commit 219cb76

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/WebJobs.Script.Tests.Integration/Host/StandbyManagerTests.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ public StandbyManagerTests()
5252
StandbyManager.ResetChangeToken();
5353
}
5454

55-
[Fact]
55+
[Fact(Skip = "https://github.com/Azure/azure-functions-host/issues/3816")]
5656
public async Task StandbyMode_EndToEnd()
5757
{
5858
var vars = new Dictionary<string, string>
@@ -111,7 +111,7 @@ await TestHelpers.Await(() =>
111111
Assert.NotSame(GetCachedTimeZoneInfo(), _originalTimeZoneInfoCache);
112112
}
113113

114-
[Fact]
114+
[Fact(Skip = "https://github.com/Azure/azure-functions-host/issues/3816")]
115115
public async Task StandbyMode_EndToEnd_LinuxContainer()
116116
{
117117
byte[] bytes = TestHelpers.GenerateKeyBytes();

0 commit comments

Comments
 (0)