From ec519bf1d5b149664acb2af5589973077d8f3402 Mon Sep 17 00:00:00 2001 From: Justin Kotalik Date: Fri, 12 Jul 2019 11:05:59 -0700 Subject: [PATCH] Skip IIS tests that shouldn't be run (#12123) --- .../IIS/test/Common.FunctionalTests/Inprocess/RequestTests.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Servers/IIS/IIS/test/Common.FunctionalTests/Inprocess/RequestTests.cs b/src/Servers/IIS/IIS/test/Common.FunctionalTests/Inprocess/RequestTests.cs index ab199580e0..033efc37dc 100644 --- a/src/Servers/IIS/IIS/test/Common.FunctionalTests/Inprocess/RequestTests.cs +++ b/src/Servers/IIS/IIS/test/Common.FunctionalTests/Inprocess/RequestTests.cs @@ -12,6 +12,7 @@ using Xunit; namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests.InProcess { [Collection(IISTestSiteCollection.Name)] + [RequiresNewHandler] public class RequestInProcessTests { private readonly IISTestSiteFixture _fixture;