Test is flaky, failing with the following message:
"java.util.concurrent.TimeoutException: waitForCallback timed out!"
I'm disabling and assigning to test creator.
Attaching flakiness dashboard screenshot and test logs for future reference.
It looks like there was a single try flake on 05/21 then this became much more flaky on 6/29. I suspect that my recent changes to start adding to the toolbar button are likely to blame.
Dropping to a P2 since this test is disabled and we're moving away from showing EoC on reverse scroll.
Trace:
java.util.concurrent.TimeoutException: waitForCallback timed out!
at org.chromium.base.test.util.CallbackHelper.waitForCallback(CallbackHelper.java:191)
at org.chromium.base.test.util.CallbackHelper.waitForCallback(CallbackHelper.java:227)
at org.chromium.chrome.browser.contextual_suggestions.ContextualSuggestionsTest.testScrollPageToTrigger(ContextualSuggestionsTest.java:245)
at java.lang.reflect.Method.invokeNative(Method.java)
at java.lang.reflect.Method.invoke(Method.java:515)
It looks like the fully peeked signal isn't getting reliably sent based on the line number: https://cs.chromium.org/chromium/src/chrome/android/javatests/src/org/chromium/chrome/browser/contextual_suggestions/ContextualSuggestionsTest.java?q=ContextualSuggestionsTest&sq=package:chromium&dr=CSs&l=247
Comment 1 by chromium...@appspot.gserviceaccount.com
, Jul 2