From 6d2c23133b989f5fd3806a652e38551590348c9d Mon Sep 17 00:00:00 2001 From: Joonas Kerttula Date: Thu, 27 Feb 2025 14:23:34 +0200 Subject: [PATCH] test: do not skip camera event tests for android --- example/integration_test/t05_camera_test.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/example/integration_test/t05_camera_test.dart b/example/integration_test/t05_camera_test.dart index 6953f1d..df0fa80 100644 --- a/example/integration_test/t05_camera_test.dart +++ b/example/integration_test/t05_camera_test.dart @@ -771,10 +771,6 @@ void main() { await moveCameraToStart(); } }, - // TODO(jokerttu): Fix flaky tests on Android. Sometimes camera location is - // read before camera is animated to the new location causing the test to - // fail. - skip: Platform.isAndroid, variant: mapTypeVariants, ); }