File tree 1 file changed +2
-6
lines changed 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -38,9 +38,7 @@ TaskFunction createLinuxRunReleaseTest() {
38
38
39
39
TaskFunction createMacOSRunDebugTest () {
40
40
return DesktopRunOutputTest (
41
- // TODO(cbracken): https://github.com/flutter/flutter/issues/87508#issuecomment-1043753201
42
- // Switch to dev/integration_tests/ui once we have CocoaPods working on M1 Macs.
43
- '${flutterDirectory .path }/examples/hello_world' ,
41
+ '${flutterDirectory .path }/dev/integration_tests/ui' ,
44
42
'lib/main.dart' ,
45
43
release: false ,
46
44
allowStderr: true ,
@@ -49,9 +47,7 @@ TaskFunction createMacOSRunDebugTest() {
49
47
50
48
TaskFunction createMacOSRunReleaseTest () {
51
49
return DesktopRunOutputTest (
52
- // TODO(cbracken): https://github.com/flutter/flutter/issues/87508#issuecomment-1043753201
53
- // Switch to dev/integration_tests/ui once we have CocoaPods working on M1 Macs.
54
- '${flutterDirectory .path }/examples/hello_world' ,
50
+ '${flutterDirectory .path }/dev/integration_tests/ui' ,
55
51
'lib/main.dart' ,
56
52
release: true ,
57
53
allowStderr: true ,
You can’t perform that action at this time.
0 commit comments