Skip to content

Commit aedce67

Browse files
authored
Run macOS test on dev/integration_tests/ui (#142735)
flutter/flutter#87508 is complete, swap integration_test and remove TODO.
1 parent aba7bc3 commit aedce67

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

dev/devicelab/lib/tasks/run_tests.dart

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,7 @@ TaskFunction createLinuxRunReleaseTest() {
3838

3939
TaskFunction createMacOSRunDebugTest() {
4040
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',
4442
'lib/main.dart',
4543
release: false,
4644
allowStderr: true,
@@ -49,9 +47,7 @@ TaskFunction createMacOSRunDebugTest() {
4947

5048
TaskFunction createMacOSRunReleaseTest() {
5149
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',
5551
'lib/main.dart',
5652
release: true,
5753
allowStderr: true,

0 commit comments

Comments
 (0)