summaryrefslogtreecommitdiffstats
path: root/quickstep/tests
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-05-17 18:17:36 -0700
committervadimt <vadimt@google.com>2019-05-17 18:19:13 -0700
commitc328ac56cfe2c6ea66f227aea8260dcb14aba686 (patch)
tree70ad39e513ae5aadb9f1a2f28bc89f88947f10d9 /quickstep/tests
parentfcfac8156d839937ff5aea55b8188b8d37d41787 (diff)
downloadandroid_packages_apps_Trebuchet-c328ac56cfe2c6ea66f227aea8260dcb14aba686.tar.gz
android_packages_apps_Trebuchet-c328ac56cfe2c6ea66f227aea8260dcb14aba686.tar.bz2
android_packages_apps_Trebuchet-c328ac56cfe2c6ea66f227aea8260dcb14aba686.zip
Make every UI test generate screenshots for local test runs
Change-Id: Idb7962e62c0c95f8a50792e9342562c6d8b6ba42
Diffstat (limited to 'quickstep/tests')
-rw-r--r--quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java5
1 files changed, 0 insertions, 5 deletions
diff --git a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java
index 4b6b3eeaf..43d631184 100644
--- a/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java
+++ b/quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java
@@ -44,17 +44,12 @@ import com.android.quickstep.views.RecentsView;
import org.junit.Before;
import org.junit.Ignore;
-import org.junit.Rule;
import org.junit.Test;
-import org.junit.rules.TestWatcher;
import org.junit.runner.RunWith;
@LargeTest
@RunWith(AndroidJUnit4.class)
public class TaplTestsQuickstep extends AbstractQuickStepTest {
- @Rule
- public TestWatcher mFailureWatcher = new TaplTestsLauncher3.FailureWatcher(mDevice);
-
@Before
public void setUp() throws Exception {
super.setUp();