redisable functional tests on mac (#354)

This commit is contained in:
Andrew Stanton-Nurse 2017-04-06 19:21:49 -07:00 committed by GitHub
parent b019d30426
commit 687ff27beb
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
<Project>
<Project>
<ItemGroup>
<ExcludeFromTest Include="$(RepositoryRoot)test\TestSites\*.csproj" />
<ExcludeFromTest Include="$(RepositoryRoot)test\FunctionalTests\*.csproj" Condition="'$(OS)' != 'Windows_NT'" />
<ExcludeFromTest Include="$(RepositoryRoot)test\IISIntegration.FunctionalTests\*.csproj" Condition="'$(OS)' != 'Windows_NT'" />
</ItemGroup>
</Project>