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:
parent
aba7bc3f42
commit
aedce673f7
@ -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,
|
||||
|
Loading…
x
Reference in New Issue
Block a user