File tree 1 file changed +6
-1
lines changed
1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 400
400
<!-- Issue: https://github.com/dotnet/runtime/issues/95795 -->
401
401
<ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Runtime\tests\System.Globalization.Tests\Hybrid\System.Globalization.Hybrid.WASM.Tests.csproj" />
402
402
<ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Runtime\tests\System.Globalization.Calendars.Tests\Hybrid\System.Globalization.Calendars.Hybrid.WASM.Tests.csproj" />
403
+ <!-- Issue: https://github.com/dotnet/runtime/issues/98406 -->
404
+ <!-- Issue: https://github.com/dotnet/runtime/issues/98101 -->
405
+ <ProjectExclusions Include =" $(MSBuildThisFileDirectory)System.Runtime.InteropServices.JavaScript\tests\System.Runtime.InteropServices.JavaScript.UnitTests\System.Runtime.InteropServices.JavaScript.Tests.csproj" />
403
406
</ItemGroup >
404
407
405
408
<ItemGroup Condition =" '$(TargetOS)' == 'browser' and '$(WasmEnableThreads)' != 'true' and '$(RunDisabledWasmTests)' != 'true'" >
611
614
<!-- Don't want the default smoke tests - just verify that threading works -->
612
615
<SmokeTestProject Remove =" @(SmokeTestProject)" />
613
616
<SmokeTestProject Include =" $(MonoProjectRoot)sample\wasm\browser-threads\Wasm.Browser.Threads.Sample.csproj" />
614
- <SmokeTestProject Include =" $(MSBuildThisFileDirectory)System.Runtime.InteropServices.JavaScript\tests\System.Runtime.InteropServices.JavaScript.UnitTests\System.Runtime.InteropServices.JavaScript.Tests.csproj" />
617
+ <!-- Issue: https://github.com/dotnet/runtime/issues/98406 -->
618
+ <!-- Issue: https://github.com/dotnet/runtime/issues/98101 -->
619
+ <!-- <SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Runtime.InteropServices.JavaScript\tests\System.Runtime.InteropServices.JavaScript.UnitTests\System.Runtime.InteropServices.JavaScript.Tests.csproj" /> -->
615
620
<SmokeTestProject Include =" $(MSBuildThisFileDirectory)System.Net.WebSockets.Client\tests\System.Net.WebSockets.Client.Tests.csproj" />
616
621
<SmokeTestProject Include =" $(MSBuildThisFileDirectory)System.Net.Http\tests\FunctionalTests\System.Net.Http.Functional.Tests.csproj" />
617
622
</ItemGroup >
You can’t perform that action at this time.
0 commit comments