Run macOS test on dev/integration_tests/ui (#142735)

https://github.com/flutter/flutter/issues/87508 is complete, swap integration_test and remove TODO.
This commit is contained in:
Jenn Magder 2024-03-06 14:18:17 -08:00 committed by GitHub
parent aba7bc3f42
commit aedce673f7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -38,9 +38,7 @@ TaskFunction createLinuxRunReleaseTest() {
TaskFunction createMacOSRunDebugTest() {
return DesktopRunOutputTest(
// TODO(cbracken): https://github.com/flutter/flutter/issues/87508#issuecomment-1043753201
// Switch to dev/integration_tests/ui once we have CocoaPods working on M1 Macs.
'${flutterDirectory.path}/examples/hello_world',
'${flutterDirectory.path}/dev/integration_tests/ui',
'lib/main.dart',
release: false,
allowStderr: true,
@ -49,9 +47,7 @@ TaskFunction createMacOSRunDebugTest() {
TaskFunction createMacOSRunReleaseTest() {
return DesktopRunOutputTest(
// TODO(cbracken): https://github.com/flutter/flutter/issues/87508#issuecomment-1043753201
// Switch to dev/integration_tests/ui once we have CocoaPods working on M1 Macs.
'${flutterDirectory.path}/examples/hello_world',
'${flutterDirectory.path}/dev/integration_tests/ui',
'lib/main.dart',
release: true,
allowStderr: true,