diff --git a/suite-native/app/e2e/utils.ts b/suite-native/app/e2e/utils.ts index 2cb8f6f3e09..720a32e6aa8 100644 --- a/suite-native/app/e2e/utils.ts +++ b/suite-native/app/e2e/utils.ts @@ -8,7 +8,8 @@ const platform = device.getPlatform(); const APP_LAUNCH_ARGS = { // Do not synchronize communication with the trezor bridge and metro server running on localhost. Since the trezor // bridge is exchanging messages with the app all the time, the test runner would wait forever otherwise. - detoxURLBlacklistRegex: '\\("^.*127.0.0.1.*",".*localhost.*","^*clients3\\.google\\.com*"\\)', + detoxURLBlacklistRegex: + '\\("^.*127.0.0.1.*",".*localhost.*",".*trezor.io*","^*clients3\\.google\\.com*"\\)', // Main loop synchronization is infinitely blocking iOS tests while is the graph displayed, so we need to disable it. // Not sure about the cause of it yet.