Skip to content

Commit 3391ddf

Browse files
authored
Try fix module test (#147934)
Issue * flutter/flutter#112033 Suggested in flutter/flutter#112033 (comment), and makes the test pass for me locally on the M1 Macbook.
1 parent 45e80fd commit 3391ddf

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

dev/devicelab/bin/tasks/module_test_ios.dart

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -564,10 +564,6 @@ end
564564
'-resultBundlePath',
565565
resultBundlePath,
566566
'test',
567-
'CODE_SIGNING_ALLOWED=NO',
568-
'CODE_SIGNING_REQUIRED=NO',
569-
'CODE_SIGN_IDENTITY=-',
570-
'EXPANDED_CODE_SIGN_IDENTITY=-',
571567
'COMPILER_INDEX_STORE_ENABLE=NO',
572568
],
573569
workingDirectory: objectiveCHostApp.path,

0 commit comments

Comments
 (0)