From d0d67185198785f26f9ac4f3223b21eebd044909 Mon Sep 17 00:00:00 2001 From: Jaehwa Noh Date: Sat, 6 Jul 2024 19:19:12 +0900 Subject: [PATCH] Fix an uninstall app after instrumented tests problem. Change-Id: I07c3e3417a9f14a7f4806d7d61c7ea7f4968ad5e --- gradle.properties | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/gradle.properties b/gradle.properties index 97f940e2e..afc64140f 100644 --- a/gradle.properties +++ b/gradle.properties @@ -42,3 +42,7 @@ android.defaults.buildfeatures.shaders=false # Run Roborazzi screenshot tests with the local tests roborazzi.test.verify=true + +# Prevent uninstall app after instrumented tests +# https://issuetracker.google.com/issues/295039976 +android.injected.androidTest.leaveApksInstalledAfterRun=true