From 1d4921e168c0b5bf836b9c020a5f6f369a545011 Mon Sep 17 00:00:00 2001 From: Pavel Krymets Date: Fri, 25 May 2018 12:07:42 -0700 Subject: [PATCH] Skip TestServerTest on win7 (#865) --- test/IISIntegration.FunctionalTests/Inprocess/TestServerTest.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/test/IISIntegration.FunctionalTests/Inprocess/TestServerTest.cs b/test/IISIntegration.FunctionalTests/Inprocess/TestServerTest.cs index 5e78794eb1..b48611b2fa 100644 --- a/test/IISIntegration.FunctionalTests/Inprocess/TestServerTest.cs +++ b/test/IISIntegration.FunctionalTests/Inprocess/TestServerTest.cs @@ -21,6 +21,7 @@ namespace IISIntegration.FunctionalTests.Inprocess } [ConditionalFact] + [OSSkipCondition(OperatingSystems.Windows, WindowsVersions.Win7, "https://github.com/aspnet/IISIntegration/issues/866")] public async Task Test() { var helloWorld = "Hello World";