Skip to content

Commit 9c3c76d

Browse files
authored
Revert "Disable System.Runtime.InteropServices.JavaScript.Tests on Windows.…" (#117600)
This reverts commit 5951ad2.
1 parent f1f9934 commit 9c3c76d

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

src/libraries/tests.proj

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -40,11 +40,6 @@
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-
4843
<ItemGroup Condition="'$(TargetOS)' == 'browser'">
4944
<!-- Samples which are too complex for CI -->
5045
<ProjectExclusions Include="$(MonoProjectRoot)sample\wasm\console-node-ts\Wasm.Console.Node.TS.Sample.csproj" />

0 commit comments

Comments
 (0)