@@ -836,21 +836,22 @@ extends:
836836 scenarios :
837837 - WasmTestOnChrome
838838
839+ # disabled: https://github.com/dotnet/runtime/issues/116492
839840 # Library tests with full threading
840- - template : /eng/pipelines/common/templates/wasm-library-tests.yml
841- parameters :
842- platforms :
843- - browser_wasm
844- # - browser_wasm_win
845- nameSuffix : _Threading
846- extraBuildArgs : /p:WasmEnableThreads=true /p:AotHostArchitecture=x64 /p:AotHostOS=$(_hostedOS)
847- extraHelixArguments : /p:WasmEnableThreads=true
848- alwaysRun : ${{ variables.isRollingBuild }}
849- shouldRunSmokeOnly : onLibrariesAndIllinkChanges
850- scenarios :
851- - WasmTestOnChrome
852- - WasmTestOnFirefox
853- # - WasmTestOnNodeJS - this is not supported yet, https://github.com/dotnet/runtime/issues/85592
841+ # - template: /eng/pipelines/common/templates/wasm-library-tests.yml
842+ # parameters:
843+ # platforms:
844+ # - browser_wasm
845+ # #- browser_wasm_win
846+ # nameSuffix: _Threading
847+ # extraBuildArgs: /p:WasmEnableThreads=true /p:AotHostArchitecture=x64 /p:AotHostOS=$(_hostedOS)
848+ # extraHelixArguments: /p:WasmEnableThreads=true
849+ # alwaysRun: ${{ variables.isRollingBuild }}
850+ # shouldRunSmokeOnly: onLibrariesAndIllinkChanges
851+ # scenarios:
852+ # - WasmTestOnChrome
853+ # - WasmTestOnFirefox
854+ # #- WasmTestOnNodeJS - this is not supported yet, https://github.com/dotnet/runtime/issues/85592
854855
855856 # EAT Library tests - only run on linux
856857 - template : /eng/pipelines/common/templates/wasm-library-aot-tests.yml
@@ -887,16 +888,17 @@ extends:
887888 publishArtifactsForWorkload : true
888889 publishWBT : true
889890
890- - template : /eng/pipelines/common/templates/wasm-build-only.yml
891- parameters :
892- platforms :
893- - browser_wasm
894- - browser_wasm_win
895- condition : or(eq(variables.isRollingBuild, true), eq(variables.wasmSingleThreadedBuildOnlyNeededOnDefaultPipeline, true))
896- nameSuffix : MultiThreaded
897- extraBuildArgs : /p:WasmEnableThreads=true /p:AotHostArchitecture=x64 /p:AotHostOS=$(_hostedOS)
898- publishArtifactsForWorkload : true
899- publishWBT : false
891+ # disabled: https://github.com/dotnet/runtime/issues/116492
892+ # - template: /eng/pipelines/common/templates/wasm-build-only.yml
893+ # parameters:
894+ # platforms:
895+ # - browser_wasm
896+ # - browser_wasm_win
897+ # condition: or(eq(variables.isRollingBuild, true), eq(variables.wasmSingleThreadedBuildOnlyNeededOnDefaultPipeline, true))
898+ # nameSuffix: MultiThreaded
899+ # extraBuildArgs: /p:WasmEnableThreads=true /p:AotHostArchitecture=x64 /p:AotHostOS=$(_hostedOS)
900+ # publishArtifactsForWorkload: true
901+ # publishWBT: false
900902
901903 # Browser Wasm.Build.Tests
902904 - template : /eng/pipelines/common/templates/browser-wasm-build-tests.yml
0 commit comments