diff --git a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java index cf935f382a..ebad15449d 100644 --- a/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java +++ b/tests/tapl/com/android/launcher3/tapl/LauncherInstrumentation.java @@ -636,6 +636,7 @@ public final class LauncherInstrumentation { } SystemClock.sleep(100); } + checkForAnomaly(); fail("Launcher didn't initialize"); }