File tree Expand file tree Collapse file tree
android/app/src/androidTest/java/dev/flutter/scenariosui Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212import androidx .test .runner .AndroidJUnit4 ;
1313import dev .flutter .scenarios .PlatformViewsActivity ;
1414import org .junit .Before ;
15+ import org .junit .Ignore ;
1516import org .junit .Rule ;
1617import org .junit .Test ;
1718import org .junit .runner .RunWith ;
@@ -124,9 +125,12 @@ public void testPlatformViewWithoutOverlayIntersection() throws Exception {
124125 goldName ("testPlatformViewWithoutOverlayIntersection" ));
125126 }
126127
128+ // TODO(dnfield): This is not safe until https://github.com/flutter/flutter/issues/31990
129+ // is resolved.
130+ @ Ignore ("not safe until https://github.com/flutter/flutter/issues/31990 is resolved" )
127131 @ Test
128132 public void testPlatformViewLargerThanDisplaySize () throws Exception {
129- // Regression test for https://github.com/flutter/flutter/issues/2897 .
133+ // Regression test for https://github.com/flutter/flutter/issues/28978 .
130134 intent .putExtra ("scenario_name" , "platform_view_larger_than_display_size" );
131135 ScreenshotUtil .capture (
132136 activityRule .launchActivity (intent ), goldName ("testPlatformViewLargerThanDisplaySize" ));
Original file line number Diff line number Diff line change @@ -117,7 +117,7 @@ class PlatformViewNoOverlayIntersectionScenario extends Scenario
117117
118118/// A platform view that is larger than the display size.
119119/// This is only applicable on Android while using virtual displays.
120- /// Related issue: https://github.com/flutter/flutter/issues/2897 .
120+ /// Related issue: https://github.com/flutter/flutter/issues/28978 .
121121class PlatformViewLargerThanDisplaySize extends Scenario
122122 with _BasePlatformViewScenarioMixin {
123123 /// Creates the PlatformView scenario.
You can’t perform that action at this time.
0 commit comments