Skip to content

Commit b07eef1

Browse files
lewingmaraf
andauthored
[wasm] Disable the System.Runtime.InteropServices.JavaScript tests on mt whi… (#98951)
* Disable the System.Runtime.InteropServices.JavaScript tests on mt while they are being worked on * Remove from smoke tests too --------- Co-authored-by: Marek Fišera <mara@neptuo.com>
1 parent f9637f1 commit b07eef1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

src/libraries/tests.proj

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,6 +400,9 @@
400400
<!-- Issue: https://github.com/dotnet/runtime/issues/95795 -->
401401
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime\tests\System.Globalization.Tests\Hybrid\System.Globalization.Hybrid.WASM.Tests.csproj" />
402402
<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" />
403406
</ItemGroup>
404407

405408
<ItemGroup Condition="'$(TargetOS)' == 'browser' and '$(WasmEnableThreads)' != 'true' and '$(RunDisabledWasmTests)' != 'true'">
@@ -611,7 +614,9 @@
611614
<!-- Don't want the default smoke tests - just verify that threading works -->
612615
<SmokeTestProject Remove="@(SmokeTestProject)" />
613616
<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" /> -->
615620
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Net.WebSockets.Client\tests\System.Net.WebSockets.Client.Tests.csproj" />
616621
<SmokeTestProject Include="$(MSBuildThisFileDirectory)System.Net.Http\tests\FunctionalTests\System.Net.Http.Functional.Tests.csproj" />
617622
</ItemGroup>

0 commit comments

Comments
 (0)