projects
/
platform
/
upstream
/
coreclr.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5739414
)
Disable test correctly. Missed casing (#23035)
author
Jarret Shook
<jashoo@microsoft.com>
Tue, 5 Mar 2019 17:10:07 +0000
(09:10 -0800)
committer
GitHub
<noreply@github.com>
Tue, 5 Mar 2019 17:10:07 +0000
(09:10 -0800)
tests/issues.targets
patch
|
blob
|
history
diff --git
a/tests/issues.targets
b/tests/issues.targets
index
38c2b2b
..
2e11eea
100644
(file)
--- a/
tests/issues.targets
+++ b/
tests/issues.targets
@@
-75,7
+75,7
@@
<ExcludeList Include="$(XunitTestBinBase)/Interop/ExecInDefAppDom/ExecInDefAppDom/*">
<Issue>Issue building native components for the test.</Issue>
</ExcludeList>
- <ExcludeList Include="$(XunitTestBinBase)/Regressions/coreclr/1514/
interlocke
xchange/*">
+ <ExcludeList Include="$(XunitTestBinBase)/Regressions/coreclr/1514/
InterlockE
xchange/*">
<Issue>22975</Issue>
</ExcludeList>
</ItemGroup>