Move identity functional test to their own group (#6865)

This commit is contained in:
Chris Ross 2019-01-18 19:29:46 -08:00 committed by GitHub
parent a65e34bd30
commit 9dee5d7e26
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
<PropertyGroup>
<TargetFrameworks>netcoreapp2.1;net461</TargetFrameworks>
<TestGroupName>Identity.FunctionalTest</TestGroupName>
<PlatformTarget Condition=" '$(TargetFramework)' == 'netcoreapp2.1' "></PlatformTarget>
<!-- These tests are completely busted in Azure Pipelines due to OutOfMemoryExceptions caused by https://github.com/aspnet/Extensions/issues/844 -->