diff options
author | Sung Yoon Whang <suwhang@microsoft.com> | 2019-03-13 19:42:28 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-13 19:42:28 -0700 |
commit | b6ae87f8b644a51bf4cd926770d20d22b3a2031f (patch) | |
tree | 29e643a4958b28130e29da326117a0232dbc1393 | |
parent | 83327daf3c6186587f91182c39afd8e768baecfd (diff) | |
download | coreclr-b6ae87f8b644a51bf4cd926770d20d22b3a2031f.tar.gz coreclr-b6ae87f8b644a51bf4cd926770d20d22b3a2031f.tar.bz2 coreclr-b6ae87f8b644a51bf4cd926770d20d22b3a2031f.zip |
Disable tracing/inducedgc test on all Unix platforms (#23240)
* Disabling tracing/tracevalidation/inducedgc test on all unix
* Leave the exclusion list on arm64 there
-rw-r--r-- | tests/issues.targets | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/issues.targets b/tests/issues.targets index 30f8125387..c422144ab9 100644 --- a/tests/issues.targets +++ b/tests/issues.targets @@ -87,6 +87,9 @@ <ExcludeList Include="$(XunitTestBinBase)/Regressions/coreclr/1514/InterlockExchange/*"> <Issue>22975</Issue> </ExcludeList> + <ExcludeList Include="$(XunitTestBinBase)/tracing/tracevalidation/inducedgc/inducedgc/*"> + <Issue>23124</Issue> + </ExcludeList> </ItemGroup> <!-- Arm32 All OS --> |