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
|
||||
{
|
||||
[Collection(IISTestSiteCollection.Name)]
|
||||
[RequiresNewHandler]
|
||||
public class RequestInProcessTests
|
||||
{
|
||||
private readonly IISTestSiteFixture _fixture;
|
||||
|
|
|
|||
Loading…
Reference in New Issue