commit | b8a54f967b69fe60261d8ce808f8342ccc36ba2a | [log] [tgz] |
---|---|---|
author | vadimt <vadimt@google.com> | Tue Feb 04 18:13:52 2020 -0800 |
committer | vadimt <vadimt@google.com> | Tue Feb 04 18:13:52 2020 -0800 |
tree | e1e536cd5d5264bcc7ac2e870d1d0860d2fd4702 | |
parent | 4e7a48f2f59e9e992d270ec28da475074840b098 [diff] |
Adding one more automatic flake classifier Change-Id: I5ab68c3d02a5e82081485b0845b0e7c24280aa1c
diff --git a/tests/src/com/android/launcher3/util/rule/FailureInvestigator.java b/tests/src/com/android/launcher3/util/rule/FailureInvestigator.java index d6dfdd9..695b36c 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 @@ 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 {