projects
/
platform
/
upstream
/
dotnet
/
runtime.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fdaf97e
)
Disable test that timeouts in outerloop (dotnet/coreclr#26892)
author
Jarret Shook
<jashoo@microsoft.com>
Wed, 25 Sep 2019 21:54:53 +0000
(14:54 -0700)
committer
GitHub
<noreply@github.com>
Wed, 25 Sep 2019 21:54:53 +0000
(14:54 -0700)
Commit migrated from https://github.com/dotnet/coreclr/commit/
5475aa6989960476a99cb6ed7aef6262e5157efc
src/coreclr/tests/issues.targets
patch
|
blob
|
history
diff --git
a/src/coreclr/tests/issues.targets
b/src/coreclr/tests/issues.targets
index
1277308
..
244dcf5
100644
(file)
--- a/
src/coreclr/tests/issues.targets
+++ b/
src/coreclr/tests/issues.targets
@@
-62,6
+62,9
@@
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/GitHub_7147/GitHub_7147/*">
<Issue>26335</Issue>
</ExcludeList>
+ <ExcludeList Include="$(XunitTestBinBase)/readytorun/DynamicMethodGCStress/DynamicMethodGCStress/*">
+ <Issue>timeout</Issue>
+ </ExcludeList>
</ItemGroup>
<!-- All Unix targets -->