Skip to content

Commit d896e85

Browse files
authored
Disable Android tests in default CI set for now (#115956)
Workaround for #115955
1 parent 6944091 commit d896e85

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

eng/pipelines/runtime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -956,7 +956,7 @@ extends:
956956
jobParameters:
957957
testGroup: innerloop
958958
nameSuffix: AllSubsets_CoreCLR
959-
buildArgs: -s clr.runtime+clr.alljits+clr.corelib+clr.nativecorelib+clr.tools+clr.packages+libs+libs.tests+host+packs -c $(_BuildConfig) /p:ArchiveTests=true /p:RunSmokeTestsOnly=true
959+
buildArgs: -s clr.runtime+clr.alljits+clr.corelib+clr.nativecorelib+clr.tools+clr.packages+libs+libs.tests+host+packs -c $(_BuildConfig) /p:ArchiveTests=true /p:TestAssemblies=false
960960
timeoutInMinutes: 480
961961
condition: >-
962962
or(

0 commit comments

Comments
 (0)