Unverified Commit aedce673 authored by Jenn Magder's avatar Jenn Magder Committed by GitHub

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

https://github.com/flutter/flutter/issues/87508 is complete, swap integration_test and remove TODO.
parent aba7bc3f
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment