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
Copy file name to clipboardExpand all lines: packages/webview_flutter/webview_flutter_wkwebview/example/integration_test/legacy/webview_flutter_test.dart
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -893,7 +893,8 @@ Future<void> main() async {
893
893
});
894
894
},
895
895
// Scroll position is currently not implemented for macOS.
896
-
skip:Platform.isMacOS);
896
+
// Flakes on iOS: https://github.com/flutter/flutter/issues/154826
0 commit comments