Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/runtime.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFan Yang <52458914+fanyang-mono@users.noreply.github.com>2022-06-17 00:14:12 +0300
committerGitHub <noreply@github.com>2022-06-17 00:14:12 +0300
commit1dbda71ca2b297ae5b72a2c871c1d6e341153d80 (patch)
treee18b8dbfef390aefa5bac70c7b4375dba7b4ef59 /src/tests/issues.targets
parent502f9acc71722e5057f3261f462daaca28492b59 (diff)
Disable long running test (#70843)
Diffstat (limited to 'src/tests/issues.targets')
-rw-r--r--src/tests/issues.targets3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tests/issues.targets b/src/tests/issues.targets
index a4e91296655..beb49a9d74d 100644
--- a/src/tests/issues.targets
+++ b/src/tests/issues.targets
@@ -3710,6 +3710,9 @@
<ExcludeList Include = "$(XunitTestBinBase)/Interop/UnmanagedCallersOnly_MonoAot/UnmanagedCallersOnly_MonoAotTest/**">
<Issue>needs triage</Issue>
</ExcludeList>
+ <ExcludeList Include = "$(XunitTestBinBase)/JIT/opt/OSR/pinnedlocal/**">
+ <Issue>https://github.com/dotnet/runtime/issues/70820</Issue>
+ </ExcludeList>
<ExcludeList Include = "$(XunitTestBinBase)/JIT/CheckProjects/CheckProjects/**">
<Issue>needs triage</Issue>
</ExcludeList>