You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 8, 2023. It is now read-only.
The recently added (#15093) quickZoom_ignoreDoubleTap test in android-debug-arm-v8 appears to be potentially flaky:
junit.framework.AssertionFailedError
at junit.framework.Assert.fail(Assert.java:48)
at junit.framework.Assert.assertTrue(Assert.java:20)
at junit.framework.Assert.assertTrue(Assert.java:27)
at com.mapbox.mapboxsdk.maps.MapGestureDetectorTest$quickZoom_ignoreDoubleTap$2.run(MapGestureDetectorTest.kt:128)
at java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:457)
at java.util.concurrent.FutureTask.run(FutureTask.java:266)
at android.app.Instrumentation$SyncRunnable.run(Instrumentation.java:2092)
at android.os.Handler.handleCallback(Handler.java:789)
at android.os.Handler.dispatchMessage(Handler.java:98)
at android.os.Looper.loop(Looper.java:164)
at android.app.ActivityThread.main(ActivityThread.java:6541)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.Zygote$MethodAndArgsCaller.run(Zygote.java:240)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:767)
The recently added (#15093)
quickZoom_ignoreDoubleTap
test inandroid-debug-arm-v8
appears to be potentially flaky:(This was in #15116, a docs-only iOS change — see also the original CircleCI job.)
/cc @LukasPaczos
The text was updated successfully, but these errors were encountered: