Skip to content

Commit 5951ad2

Browse files
authored
Disable System.Runtime.InteropServices.JavaScript.Tests on Windows. (#116734)
1 parent f1a4b89 commit 5951ad2

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/libraries/tests.proj

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,11 @@
4040
<HighAOTResourceRequiringProject Include="$(MSBuildThisFileDirectory)System.Text.Json\tests\System.Text.Json.Tests\System.Text.Json.Tests.csproj" />
4141
</ItemGroup>
4242

43+
<!-- ActiveIssue https://github.com/dotnet/runtime/issues/116695 missing dev cert on Windows -->
44+
<ItemGroup Condition="'$(TargetOS)' == 'browser' and '$(OS)' == 'Windows_NT' and '$(ContinuousIntegrationBuild)' == 'true'">
45+
<ProjectExclusions Include="$(MSBuildThisFileDirectory)System.Runtime.InteropServices.JavaScript/tests/System.Runtime.InteropServices.JavaScript.UnitTests/System.Runtime.InteropServices.JavaScript.Tests.csproj" />
46+
</ItemGroup>
47+
4348
<ItemGroup Condition="'$(TargetOS)' == 'browser'">
4449
<!-- Samples which are too complex for CI -->
4550
<ProjectExclusions Include="$(MonoProjectRoot)sample\wasm\console-node-ts\Wasm.Console.Node.TS.Sample.csproj" />

0 commit comments

Comments
 (0)