Skip IIS tests that shouldn't be run (#12123)

This commit is contained in:
Justin Kotalik 2019-07-12 11:05:59 -07:00 committed by GitHub
parent 6e53dac454
commit ec519bf1d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -12,6 +12,7 @@ using Xunit;
namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests.InProcess
{
[Collection(IISTestSiteCollection.Name)]
[RequiresNewHandler]
public class RequestInProcessTests
{
private readonly IISTestSiteFixture _fixture;