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:
0c4d3d9
)
Disable flaky test (#4846)
author
Jan Kotas
<jkotas@microsoft.com>
Sun, 8 May 2016 12:02:50 +0000
(
05:02
-0700)
committer
Jan Kotas
<jkotas@microsoft.com>
Sun, 8 May 2016 12:02:50 +0000
(
05:02
-0700)
tests/issues.targets
patch
|
blob
|
history
diff --git
a/tests/issues.targets
b/tests/issues.targets
index e2479f79b093365e330931d675720f261256acd8..731a54318b46efe443faa5c470d33f4ffb871c9e 100644
(file)
--- a/
tests/issues.targets
+++ b/
tests/issues.targets
@@
-455,5
+455,8
@@
<ExcludeList Include="$(XunitTestBinBase)\JIT\Performance\CodeQuality\V8\DeltaBlue\DeltaBlue\DeltaBlue.cmd">
<Issue>4817</Issue>
</ExcludeList>
+ <ExcludeList Include="$(XunitTestBinBase)\JIT\Methodical\MDArray\basics\stringarr_cs_do\stringarr_cs_do.cmd">
+ <Issue>4844</Issue>
+ </ExcludeList>
</ItemGroup>
</Project>