Skip to content

Commit f37be6d

Browse files
committed
remove mt step for running test
1 parent e0bef72 commit f37be6d

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

eng/pipelines/runtimelab/runtimelab-post-build-steps.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,6 @@ steps:
5050
displayName: Build runtime tests
5151

5252
- ${{ if contains(parameters.platform, 'win') }}:
53-
- ${{ elseif in(parameters.platform, 'browser_multithread_wasm_win', 'wasi_multithread_wasm_win') }}:
54-
- script: $(Build.SourcesDirectory)/src/tests/run$(scriptExt) runnativeaottests $(buildConfigUpper) ${{ parameters.archType }} ${{ parameters.osGroup }}
55-
displayName: Run WebAssembly multithread tests in single file mode
5653
- script: $(Build.SourcesDirectory)/src/tests/run$(scriptExt) runnativeaottests $(buildConfigUpper) ${{ parameters.archType }} ${{ parameters.osGroup }}
5754
displayName: Run runtime tests
5855
- ${{ else }}:
@@ -72,3 +69,4 @@ steps:
7269
- template: /eng/pipelines/common/upload-intermediate-artifacts-step.yml
7370
parameters:
7471
name: ${{ parameters.platform }}${{ parameters.nameSuffix }}
72+

0 commit comments

Comments
 (0)