Skip to content

Commit 2050967

Browse files
authored
Merge pull request #1531 from Jaehwa-Noh/fix-uninstall
Fix an uninstall app after instrumented tests problem
2 parents 992054b + d0d6718 commit 2050967

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
@@ -58,3 +58,7 @@ android.defaults.buildfeatures.shaders=false
5858

5959
# Run Roborazzi screenshot tests with the local tests
6060
roborazzi.test.verify=true
61+
62+
# Prevent uninstall app after instrumented tests
63+
# https://issuetracker.google.com/issues/295039976
64+
android.injected.androidTest.leaveApksInstalledAfterRun=true

0 commit comments

Comments
 (0)