From 3391ddf55d36656ea904177301db8e5679b73696 Mon Sep 17 00:00:00 2001 From: Daco Harkes Date: Mon, 13 May 2024 23:30:01 +0200 Subject: [PATCH] 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. --- dev/devicelab/bin/tasks/module_test_ios.dart | 4 ---- 1 file changed, 4 deletions(-) diff --git a/dev/devicelab/bin/tasks/module_test_ios.dart b/dev/devicelab/bin/tasks/module_test_ios.dart index f65b5c3af1..b45ca54ae6 100644 --- a/dev/devicelab/bin/tasks/module_test_ios.dart +++ b/dev/devicelab/bin/tasks/module_test_ios.dart @@ -564,10 +564,6 @@ end '-resultBundlePath', resultBundlePath, 'test', - 'CODE_SIGNING_ALLOWED=NO', - 'CODE_SIGNING_REQUIRED=NO', - 'CODE_SIGN_IDENTITY=-', - 'EXPANDED_CODE_SIGN_IDENTITY=-', 'COMPILER_INDEX_STORE_ENABLE=NO', ], workingDirectory: objectiveCHostApp.path,