diff --git a/tests/src/com/android/launcher3/util/rule/FailureInvestigator.java b/tests/src/com/android/launcher3/util/rule/FailureInvestigator.java index 644550118c..5880eb6146 100644 --- a/tests/src/com/android/launcher3/util/rule/FailureInvestigator.java +++ b/tests/src/com/android/launcher3/util/rule/FailureInvestigator.java @@ -87,6 +87,11 @@ class FailureInvestigator { return 145935261; } + if (matches("java\\.lang\\.AssertionError\\: http\\:\\/\\/go\\/tapl \\: want to get " + + "workspace object; Presence of recents button doesn't match the interaction " + + "mode, mode\\=ZERO_BUTTON, hasRecents\\=true", exception)) { + return 148422894; + } final String logSinceBoot; try {