Skip to content

Commit

Permalink
[wasm] Runtime tests - disable webcil
Browse files Browse the repository at this point in the history
The runtime tests build for wasm have been timing out on CI. It seems that the
webcil conversion part is causing the memory limits on the container to
be hit. Disable this temporarily to get the runtime tests building
again.

In a follow up PR, this part can be moved to helix, same as we do for
non-merged test runners.

Issue: dotnet#93134
  • Loading branch information
radical committed Oct 13, 2023
1 parent 946c524 commit 64617cb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/tests/Common/mergedrunnermobile.targets
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
<MainLibraryFileName>$(AssemblyName).dll</MainLibraryFileName>
<WasmMainAssemblyFileName>$(AssemblyName).dll</WasmMainAssemblyFileName>
<TestFramework>GeneratedRunner</TestFramework>
<WasmEnableWebcil>false</WasmEnableWebcil>
</PropertyGroup>

<Target Name="_AddRuntimeLibsToPublishAssets" BeforeTargets="PrepareForPublish" DependsOnTargets="ResolveLibrariesRuntimeFilesFromLocalBuild;ResolveRuntimeFilesFromLocalBuild">
Expand Down Expand Up @@ -44,4 +45,4 @@
<Target Name="GenerateLocalRunnerScript" DependsOnTargets="GenerateRunScript" AfterTargets="PublishTestAsSelfContained" />

<Import Project="$(RepositoryEngineeringDir)testing\tests.targets" />
</Project>
</Project>

0 comments on commit 64617cb

Please sign in to comment.