diff options
author | Jan Kotas <jkotas@microsoft.com> | 2016-05-08 05:02:50 -0700 |
---|---|---|
committer | Jan Kotas <jkotas@microsoft.com> | 2016-05-08 05:02:50 -0700 |
commit | e0df3ac5e4f6637f16160058eb92cdd935140fa0 (patch) | |
tree | e6a641d517396c40504552263236ac18a11c4ff9 /tests | |
parent | 0c4d3d92fe75ec011f2d2e95df2ceedd301de8ef (diff) | |
download | coreclr-e0df3ac5e4f6637f16160058eb92cdd935140fa0.tar.gz coreclr-e0df3ac5e4f6637f16160058eb92cdd935140fa0.tar.bz2 coreclr-e0df3ac5e4f6637f16160058eb92cdd935140fa0.zip |
Disable flaky test (#4846)
Diffstat (limited to 'tests')
-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 e2479f79b0..731a54318b 100644 --- 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> |