Skip failing tests in Helix
authorwtgodbe <wigodbe@microsoft.com>
Wed, 19 Apr 2017 22:04:46 +0000 (15:04 -0700)
committerwtgodbe <wigodbe@microsoft.com>
Wed, 19 Apr 2017 22:04:46 +0000 (15:04 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/aff361c22150ca5916ecbfe8eea8fd3a14f6b269

src/coreclr/tests/issues.targets

index 9f8b2b3..b7b6287 100644 (file)
 
     <!-- The following are tests that fail on non-Windows, which we must not run when building against packages -->
 
-    <ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(BuildTestsAgainstPackages)' == 'true' and '$(RuntimeID)' != ''">
+    <ItemGroup Condition="'$(XunitTestBinBase)' != '' and '$(BuildTestsAgainstPackages)' == 'true' and '$(TargetsWindows)' != 'true'">
         <ExcludeList Include="$(XunitTestBinBase)\CoreMangLib\cti\system\byte\ByteToString3\ByteToString3.cmd">
             <Issue>needs triage</Issue>
         </ExcludeList>