Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/aspnetcore.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/Mvc/test/Mvc.FunctionalTests/SimpleWithWebApplicationBuilderTests.cs')
-rw-r--r--src/Mvc/test/Mvc.FunctionalTests/SimpleWithWebApplicationBuilderTests.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Mvc/test/Mvc.FunctionalTests/SimpleWithWebApplicationBuilderTests.cs b/src/Mvc/test/Mvc.FunctionalTests/SimpleWithWebApplicationBuilderTests.cs
index 367fcdf4f7..71e44a3142 100644
--- a/src/Mvc/test/Mvc.FunctionalTests/SimpleWithWebApplicationBuilderTests.cs
+++ b/src/Mvc/test/Mvc.FunctionalTests/SimpleWithWebApplicationBuilderTests.cs
@@ -127,7 +127,7 @@ public class SimpleWithWebApplicationBuilderTests : IClassFixture<MvcTestFixture
Assert.Equal("Hello human", content);
}
- [Fact]
+ [Fact(Skip = "Failing on Windows environments: https://github.com/dotnet/aspnetcore/issues/41937")]
public async Task DefaultEnvironment_Is_Development()
{
// Arrange