Skip to content

Commit 0780e76

Browse files
authored
Quarantine the flakiest IIS tests (#55938)
There's already a bulk retry for IIS tests, but these are still failing often enough to be irritating. Part of #55936 and #55937
1 parent 8adff2c commit 0780e76

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/Servers/IIS/IIS/test/Common.LongTests/ShutdownTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -537,6 +537,7 @@ public async Task ConfigurationChangeCanBeIgnoredOutOfProcess()
537537
await deploymentResult.HttpClient.RetryRequestAsync("/ProcessId", async r => await r.Content.ReadAsStringAsync() == processBefore);
538538
}
539539

540+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/55937")]
540541
[ConditionalFact]
541542
public async Task OutOfProcessToInProcessHostingModelSwitchWorks()
542543
{

src/Servers/IIS/IIS/test/IIS.Tests/ClientDisconnectTests.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,7 @@ public async Task ReaderThrowsCanceledException()
225225
}
226226
}
227227

228+
[QuarantinedTest("https://github.com/dotnet/aspnetcore/issues/55936")]
228229
[ConditionalFact]
229230
public async Task ReaderThrowsResetExceptionOnInvalidBody()
230231
{

0 commit comments

Comments
 (0)