From 183131b85201414fe67d994a4c80511d6ae537d4 Mon Sep 17 00:00:00 2001 From: Victoria Ashworth Date: Thu, 16 Nov 2023 14:14:31 -0600 Subject: [PATCH] Reenable UnobstructedPlatformViewTests testMultiplePlatformViewsWithOverlays --- testing/scenario_app/run_ios_tests.sh | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/testing/scenario_app/run_ios_tests.sh b/testing/scenario_app/run_ios_tests.sh index 8ac15c6db1384..772ea3b96294d 100755 --- a/testing/scenario_app/run_ios_tests.sh +++ b/testing/scenario_app/run_ios_tests.sh @@ -61,15 +61,12 @@ zip_and_upload_xcresult_to_luci () { echo "Running simulator tests with Skia" echo "" -# TODO(vashworth): Stop skipping testMultiplePlatformViewsWithOverlays once -# https://github.com/flutter/flutter/issues/138193 is resolved if set -o pipefail && xcodebuild -sdk iphonesimulator \ -scheme Scenarios \ -resultBundlePath "$RESULT_BUNDLE_PATH/ios_scenario.xcresult" \ -destination 'platform=iOS Simulator,OS=16.2,name=iPhone SE (3rd generation)' \ clean test \ - FLUTTER_ENGINE="$FLUTTER_ENGINE" \ - -skip-testing ScenariosUITests/UnobstructedPlatformViewTests/testMultiplePlatformViewsWithOverlays; then + FLUTTER_ENGINE="$FLUTTER_ENGINE"; then echo "test success." else echo "test failed."