Skip to content

Commit

Permalink
fixup! debugging ripple websocket
Browse files Browse the repository at this point in the history
  • Loading branch information
szymonlesisz committed Jan 27, 2025
1 parent 0254f21 commit 6fc7318
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion suite-native/app/e2e/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 6fc7318

Please sign in to comment.