diff --git a/engine/src/flutter/testing/scenario_app/ios/Scenarios/ScenariosUITests/PlatformViewUITests.m b/engine/src/flutter/testing/scenario_app/ios/Scenarios/ScenariosUITests/PlatformViewUITests.m index 6a8df42ab75..72c3c460de9 100644 --- a/engine/src/flutter/testing/scenario_app/ios/Scenarios/ScenariosUITests/PlatformViewUITests.m +++ b/engine/src/flutter/testing/scenario_app/ios/Scenarios/ScenariosUITests/PlatformViewUITests.m @@ -35,9 +35,6 @@ } - (void)testPlatformView { - //[self checkGolden]; - [[XCUIDevice sharedDevice] pressButton:XCUIDeviceButtonHome]; - [self.application activate]; [self checkGolden]; }