Skip to content

Commit

Permalink
Disable XmlSerializer.Generator.Tests on ARM64.
Browse files Browse the repository at this point in the history
  • Loading branch information
mellinoe authored and shmao committed Dec 6, 2017
1 parent 945e47c commit bf1da6d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<DefineConstants>$(DefineConstants);XMLSERIALIZERGENERATORTESTS</DefineConstants>
</PropertyGroup>
<PropertyGroup>
<SkipTestsOnPlatform Condition="'$(TargetGroup)' == 'uap' OR '$(ArchGroup)' == 'arm'">true</SkipTestsOnPlatform>
<SkipTestsOnPlatform Condition="'$(TargetGroup)' == 'uap' OR '$(ArchGroup)' == 'arm' OR '$(ArchGroup)' == 'arm64'">true</SkipTestsOnPlatform>
</PropertyGroup>
<PropertyGroup Condition="'$(TargetGroup)' == 'netcoreapp'">
<!-- We're building netcoreap, run on the test CLI
Expand Down

0 comments on commit bf1da6d

Please sign in to comment.