Skip to content

Commit a416043

Browse files
authored
Skip DllImportSearchPathsTest on wasm (#85588)
1 parent 832c3f2 commit a416043

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

src/tests/issues.targets

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2409,6 +2409,9 @@
24092409
<ExcludeList Include = "$(XunitTestBinBase)/baseservices/threading/paramthreadstart/ThreadStartBool_1/**">
24102410
<Issue>https://github.com/dotnet/runtime/issues/41193</Issue>
24112411
</ExcludeList>
2412+
<ExcludeList Include="$(XunitTestBinBase)/Interop/DllImportSearchPaths/DllImportSearchPathsTest/**">
2413+
<Issue>Loads an assembly from file</Issue>
2414+
</ExcludeList>
24122415
<ExcludeList Include = "$(XunitTestBinBase)/Interop/NativeLibrary/Callback/CallbackStressTest_TargetUnix/**">
24132416
<Issue>https://github.com/dotnet/runtime/issues/41519</Issue>
24142417
</ExcludeList>

0 commit comments

Comments
 (0)