Skip to content

Commit d0d6718

Browse files
committed
Fix an uninstall app after instrumented tests problem.
Change-Id: I07c3e3417a9f14a7f4806d7d61c7ea7f4968ad5e
1 parent c0f9660 commit d0d6718

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

gradle.properties

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,3 +42,7 @@ android.defaults.buildfeatures.shaders=false
4242

4343
# Run Roborazzi screenshot tests with the local tests
4444
roborazzi.test.verify=true
45+
46+
# Prevent uninstall app after instrumented tests
47+
# https://issuetracker.google.com/issues/295039976
48+
android.injected.androidTest.leaveApksInstalledAfterRun=true

0 commit comments

Comments
 (0)