Skip TestServerTest on win7 (#865)

This commit is contained in:
Pavel Krymets 2018-05-25 12:07:42 -07:00 committed by GitHub
parent d041f89c9d
commit 1d4921e168
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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";