[ios] Fixes OpenInManagerTestCase.testOpenIn on iOS 13.
The system share menu has a "Close" button instead of a "Cancel" button on iOS 13, so the test is updated accordingly. A bug in the OpenInController is preventing the toolbar from being visible after any VC is presented fullscreen over the BVC. This causes the system share menu to break testOpenIn on iOS 13, but only when compiled with the iOS 12 SDK. This CL disables testOpenIn in this configuration until the underlying bug can be fixed. BUG=977161,982845 Change-Id: I007277fd323da67e6afbdac21c378393d1bd4eaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1696010Reviewed-by:Mike Dougherty <michaeldo@chromium.org> Commit-Queue: Rohit Rao <rohitrao@chromium.org> Cr-Commit-Position: refs/heads/master@{#676159}
Showing
Please register or sign in to comment