Skip to content

Commit 85aa052

Browse files
[android] Disable failing JIT.Directed test (#73704)
1 parent 7c9b252 commit 85aa052

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/tests/issues.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3703,6 +3703,9 @@
37033703
<ExcludeList Include = "$(XunitTestBinBase)/JIT/CheckProjects/CheckProjects/**">
37043704
<Issue>needs triage</Issue>
37053705
</ExcludeList>
3706+
<ExcludeList Include="$(XUnitTestBinBase)/JIT/Directed/aliasing_retbuf/*">
3707+
<Issue>https://github.com/dotnet/runtime/issues/73539</Issue>
3708+
</ExcludeList>
37063709
<ExcludeList Include="$(XUnitTestBinBase)/JIT/Directed/callconv/ThisCall/ThisCallTest/*">
37073710
<Issue>needs triage</Issue>
37083711
</ExcludeList>

0 commit comments

Comments
 (0)