Try fix module test (#147934)

Issue

* https://github.com/flutter/flutter/issues/112033

Suggested in https://github.com/flutter/flutter/issues/112033#issuecomment-1652268832, and makes the test pass for me locally on the M1 Macbook.
This commit is contained in:
Daco Harkes 2024-05-13 23:30:01 +02:00 committed by GitHub
parent 45e80fd63b
commit 3391ddf55d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -564,10 +564,6 @@ end
'-resultBundlePath', '-resultBundlePath',
resultBundlePath, resultBundlePath,
'test', 'test',
'CODE_SIGNING_ALLOWED=NO',
'CODE_SIGNING_REQUIRED=NO',
'CODE_SIGN_IDENTITY=-',
'EXPANDED_CODE_SIGN_IDENTITY=-',
'COMPILER_INDEX_STORE_ENABLE=NO', 'COMPILER_INDEX_STORE_ENABLE=NO',
], ],
workingDirectory: objectiveCHostApp.path, workingDirectory: objectiveCHostApp.path,