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 76b4df0 commit e4d8e37Copy full SHA for e4d8e37
src/Servers/IIS/IIS/test/IISExpress.FunctionalTests/InProcess/AppOfflineIISExpressTests.cs
@@ -19,6 +19,7 @@ public AppOfflineIISExpressTests(PublishedSitesFixture fixture) : base(fixture)
19
}
20
21
[ConditionalFact]
22
+ [Repeat(100)]
23
public async Task AppOfflineDroppedWhileSiteStarting_SiteShutsDown_InProcess()
24
{
25
// This test often hits a race between debug logging and stdout redirection closing the handle
0 commit comments