Mostly revert "Run binderchannel android tests. (#8306)"

This partilaly reverts commit 5e18ff208a.
It leaves the compilation fix that was made to
BinderClientTransportTest.

Running instrumentation tests via firebase requires a `--app` argument.
However, we don't have such an app and it isn't immediately clear how
we'll go about making one. Revert the change to let android-testing to
start passing again.

This problem wasn't noticed before merging the original commit because
android-testing is a post-commit CI.
This commit is contained in:
Eric Anderson 2021-08-02 13:18:53 -07:00
parent 1833587597
commit f781d24ddd
1 changed files with 0 additions and 15 deletions

View File

@ -38,18 +38,3 @@ gcloud firebase test android run \
--device model=Nexus6P,version=23,locale=en,orientation=portrait \ --device model=Nexus6P,version=23,locale=en,orientation=portrait \
--device model=Nexus6,version=22,locale=en,orientation=portrait \ --device model=Nexus6,version=22,locale=en,orientation=portrait \
--device model=Nexus6,version=21,locale=en,orientation=portrait --device model=Nexus6,version=21,locale=en,orientation=portrait
# Build and run binder transport instrumentation tests on Firebase Test Lab
cd ../binder
../gradlew assembleDebug
../gradlew assembleDebugAndroidTest
gcloud firebase test android run \
--type instrumentation \
--test build/outputs/apk/androidTest/debug/grpc-binder-debug-androidTest.apk \
--device model=Nexus6P,version=27,locale=en,orientation=portrait \
--device model=Nexus6P,version=26,locale=en,orientation=portrait \
--device model=Nexus6P,version=25,locale=en,orientation=portrait \
--device model=Nexus6P,version=24,locale=en,orientation=portrait \
--device model=Nexus6P,version=23,locale=en,orientation=portrait \
--device model=Nexus6,version=22,locale=en,orientation=portrait \
--device model=Nexus6,version=21,locale=en,orientation=portrait