Skip TestServerTest on win7 (#865)
This commit is contained in:
parent
d041f89c9d
commit
1d4921e168
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue