From 1575b8224ffdb3c46aec92e8ee3b829f21e96c19 Mon Sep 17 00:00:00 2001 From: Amir Hardon Date: Mon, 25 Nov 2019 12:33:23 -0800 Subject: [PATCH] revert accidental change to MultipePlatformViewsTest (flutter/engine#13481) --- .../ios/Scenarios/ScenariosUITests/PlatformViewUITests.m | 3 --- 1 file changed, 3 deletions(-) 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]; }