mirror of
https://github.com/flutter/packages.git
synced 2025-07-04 01:33:59 +08:00
[pigeon] disable deprecated e2e tests (#860)
This commit is contained in:
@ -275,13 +275,15 @@ run_ios_e2e_tests() {
|
|||||||
pushd $PWD
|
pushd $PWD
|
||||||
cd e2e_tests/test_objc
|
cd e2e_tests/test_objc
|
||||||
flutter build ios -t test_driver/e2e_test.dart --simulator
|
flutter build ios -t test_driver/e2e_test.dart --simulator
|
||||||
cd ios
|
# TODO(gaaclarke): Transition to integration_test. `e2e` has been deprecated
|
||||||
xcodebuild \
|
# and has stopped working.
|
||||||
-workspace Runner.xcworkspace \
|
# cd ios
|
||||||
-scheme RunnerTests \
|
# xcodebuild \
|
||||||
-sdk iphonesimulator \
|
# -workspace Runner.xcworkspace \
|
||||||
-destination 'platform=iOS Simulator,name=iPhone 8' \
|
# -scheme RunnerTests \
|
||||||
test
|
# -sdk iphonesimulator \
|
||||||
|
# -destination 'platform=iOS Simulator,name=iPhone 8' \
|
||||||
|
# test
|
||||||
popd
|
popd
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user