We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 832c3f2 commit a416043Copy full SHA for a416043
1 file changed
src/tests/issues.targets
@@ -2409,6 +2409,9 @@
2409
<ExcludeList Include = "$(XunitTestBinBase)/baseservices/threading/paramthreadstart/ThreadStartBool_1/**">
2410
<Issue>https://github.com/dotnet/runtime/issues/41193</Issue>
2411
</ExcludeList>
2412
+ <ExcludeList Include="$(XunitTestBinBase)/Interop/DllImportSearchPaths/DllImportSearchPathsTest/**">
2413
+ <Issue>Loads an assembly from file</Issue>
2414
+ </ExcludeList>
2415
<ExcludeList Include = "$(XunitTestBinBase)/Interop/NativeLibrary/Callback/CallbackStressTest_TargetUnix/**">
2416
<Issue>https://github.com/dotnet/runtime/issues/41519</Issue>
2417
0 commit comments