Skip to content

Commit 86c1132

Browse files
authored
Disable regression test 49826 failing after a library refactoring (#51759)
1 parent b069719 commit 86c1132

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
@@ -11,6 +11,9 @@
1111
<ExcludeList Include="$(XunitTestBinBase)/Regressions/coreclr/GitHub_45929/test45929/*">
1212
<Issue>https://github.com/dotnet/runtime/issues/49881</Issue>
1313
</ExcludeList>
14+
<ExcludeList Include="$(XunitTestBinBase)/Regressions/coreclr/GitHub_49826/test49826/*">
15+
<Issue>https://github.com/dotnet/runtime/issues/51542</Issue>
16+
</ExcludeList>
1417
</ItemGroup>
1518

1619
<!-- All OS/Arch CoreCLR excludes -->

0 commit comments

Comments
 (0)