summaryrefslogtreecommitdiff
path: root/tests/issues.targets
diff options
context:
space:
mode:
authorwtgodbe <wigodbe@microsoft.com>2017-04-19 15:04:46 -0700
committerwtgodbe <wigodbe@microsoft.com>2017-04-19 15:04:46 -0700
commitaff361c22150ca5916ecbfe8eea8fd3a14f6b269 (patch)
treeff0c2059a21abe84b987b2976cc4a3b55771c95b /tests/issues.targets
parentde5383bb317eb9807144bbda6dabb5382a038ad5 (diff)
downloadcoreclr-aff361c22150ca5916ecbfe8eea8fd3a14f6b269.tar.gz
coreclr-aff361c22150ca5916ecbfe8eea8fd3a14f6b269.tar.bz2
coreclr-aff361c22150ca5916ecbfe8eea8fd3a14f6b269.zip
Skip failing tests in Helix
Diffstat (limited to 'tests/issues.targets')
-rw-r--r--tests/issues.targets2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/issues.targets b/tests/issues.targets
index 9f8b2b3dd4..b7b6287b40 100644
--- a/tests/issues.targets
+++ b/tests/issues.targets
@@ -409,7 +409,7 @@
<!-- 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>