From: Mitchell Hwang <16830051+mdh1418@users.noreply.github.com> Date: Thu, 29 Jul 2021 12:58:21 +0000 (-0400) Subject: [libraries][Android] Re-enable test suites no longer failing with JSON parsing except... X-Git-Tag: submit/tizen/20220110.044913~820 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=5285a89b0674a08b969bb0421db8982d4ec5e23b;p=platform%2Fupstream%2Fdotnet%2Fruntime.git [libraries][Android] Re-enable test suites no longer failing with JSON parsing exception for Android arm64 (#56411) * Temporarily remove test suites from proj level skip to evaluate JSON parsing * Temporarily enable tests ran on this draft PR * Remove temporary disabling of arm lanes for Android runtime-staging Co-authored-by: Mitchell Hwang --- diff --git a/eng/pipelines/runtime-staging.yml b/eng/pipelines/runtime-staging.yml index 29c71fc5991..27843c8959d 100644 --- a/eng/pipelines/runtime-staging.yml +++ b/eng/pipelines/runtime-staging.yml @@ -55,7 +55,7 @@ jobs: - template: /eng/pipelines/common/evaluate-default-paths.yml # -# iOS/tvOS/Catalyst interp - requires AOT Compilation and Interp flags +# iOS/tvOS/Catalyst interp - requires AOT Compilation and Interp flags # Build the whole product using Mono and run libraries tests # - template: /eng/pipelines/common/platform-matrix.yml @@ -167,7 +167,7 @@ jobs: eq(dependencies.evaluate_paths.outputs['SetPathVars_mono.containsChange'], true), eq(dependencies.evaluate_paths.outputs['SetPathVars_installer.containsChange'], true), eq(variables['isFullMatrix'], true)) - + # don't run tests on PRs until we can get significantly more devices ${{ if eq(variables['isFullMatrix'], true) }}: # extra steps, run tests diff --git a/src/libraries/tests.proj b/src/libraries/tests.proj index 3144580dc68..a151eab3ddb 100644 --- a/src/libraries/tests.proj +++ b/src/libraries/tests.proj @@ -144,17 +144,6 @@ - - - - - - - - - - -