Skip TestServerTest on win7 (#865)
This commit is contained in:
parent
d041f89c9d
commit
1d4921e168
|
|
@ -21,6 +21,7 @@ namespace IISIntegration.FunctionalTests.Inprocess
|
||||||
}
|
}
|
||||||
|
|
||||||
[ConditionalFact]
|
[ConditionalFact]
|
||||||
|
[OSSkipCondition(OperatingSystems.Windows, WindowsVersions.Win7, "https://github.com/aspnet/IISIntegration/issues/866")]
|
||||||
public async Task Test()
|
public async Task Test()
|
||||||
{
|
{
|
||||||
var helloWorld = "Hello World";
|
var helloWorld = "Hello World";
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue