Skip to content

Commit 34d1903

Browse files
Paige McAuliffecopybara-androidxtest
authored andcommitted
Exclude espresso device tests from kokoro
PiperOrigin-RevId: 741271327
1 parent 2b1963f commit 34d1903

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

kokoro/test_artifacts.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@ apt-get install -y zulu21-jdk
1515
export JAVA_HOME="$(update-java-alternatives -l | grep "1.21" | head -n 1 | tr -s " " | cut -d " " -f 3)"
1616

1717
cd gradle-tests
18-
./gradlew nexusOneDebugAndroidTest --stacktrace -Pandroid.testoptions.manageddevices.emulator.gpu=swiftshader_indirect -Dandroid.experimental.androidTest.numManagedDeviceShards=1
18+
# TODO(b/406071564): remove exclusion of espresso-device tests once they work in kokoro env
19+
./gradlew nexusOneDebugAndroidTest --stacktrace -Pandroid.testoptions.manageddevices.emulator.gpu=swiftshader_indirect -Dandroid.experimental.androidTest.numManagedDeviceShards=1 -x :espresso:device:nexusOneDebugAndroidTest

0 commit comments

Comments
 (0)