Skip to content

Commit e8c0a4c

Browse files
authored
Fix Runtime_40444 test exclusion in issues.targets (#40973)
After I noticed that the test Runtime_40444 is still failing in PR runs after I disabled it in issues.targets, I found out that I had missed the extra folder level in the exclusion spec. Thanks Tomas
1 parent 44bac41 commit e8c0a4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/coreclr/tests/issues.targets

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@
7676
<ExcludeList Include="$(XunitTestBinBase)/GC/Scenarios/muldimjagary/muldimjagary/*">
7777
<Issue>https://github.com/dotnet/runtime/issues/5933</Issue>
7878
</ExcludeList>
79-
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_40444/*">
79+
<ExcludeList Include="$(XunitTestBinBase)/JIT/Regression/JitBlue/Runtime_40444/Runtime_40444/*">
8080
<Issue>https://github.com/dotnet/runtime/issues/40885</Issue>
8181
</ExcludeList>
8282
<ExcludeList Include="$(XunitTestBinBase)/Loader/classloader/generics/Variance/Methods/Method002/*">

0 commit comments

Comments
 (0)