Skip IIS tests that shouldn't be run (#12123)
This commit is contained in:
parent
6e53dac454
commit
ec519bf1d5
|
|
@ -12,6 +12,7 @@ using Xunit;
|
||||||
namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests.InProcess
|
namespace Microsoft.AspNetCore.Server.IIS.FunctionalTests.InProcess
|
||||||
{
|
{
|
||||||
[Collection(IISTestSiteCollection.Name)]
|
[Collection(IISTestSiteCollection.Name)]
|
||||||
|
[RequiresNewHandler]
|
||||||
public class RequestInProcessTests
|
public class RequestInProcessTests
|
||||||
{
|
{
|
||||||
private readonly IISTestSiteFixture _fixture;
|
private readonly IISTestSiteFixture _fixture;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue