Skip to content

Commit

Permalink
Run disabled wasm tests on windows
Browse files Browse the repository at this point in the history
Context: dotnet#52138
  • Loading branch information
radekdoulik committed May 12, 2021
1 parent 4ca5d81 commit 4c02198
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/pipelines/runtime-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -343,7 +343,7 @@ jobs:
jobParameters:
testGroup: innerloop
nameSuffix: Browser_wasm_Windows
buildArgs: -subset mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true
buildArgs: -subset mono+libs+host+packs+libs.tests -c $(_BuildConfig) /p:ArchiveTests=true /p:RunDisabledWasmTestsOnWindows=true
timeoutInMinutes: 120
condition: >-
or(
Expand Down

0 comments on commit 4c02198

Please sign in to comment.