From d4581d5b3f2f52700ef31edf33e3ec38e57e75fb Mon Sep 17 00:00:00 2001 From: kirillzyusko Date: Fri, 26 Apr 2024 11:41:37 +0200 Subject: [PATCH 1/2] chore: remove retries (e2e) --- e2e/package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/e2e/package.json b/e2e/package.json index 4eafcf3970..55804315cd 100644 --- a/e2e/package.json +++ b/e2e/package.json @@ -5,9 +5,9 @@ "main": "index.js", "scripts": { "build-example:android": "detox build --configuration example.android.emu.release", - "test-example:android": "detox test --configuration example.android.emu.release --loglevel verbose --take-screenshots failing --record-videos failing --retries 2", + "test-example:android": "detox test --configuration example.android.emu.release --loglevel verbose --take-screenshots failing --record-videos failing", "build-example:ios": "detox build --configuration example.ios.sim.release", - "test-example:ios": "detox test --configuration example.ios.sim.release --loglevel verbose --take-screenshots failing --record-videos failing --retries 2", + "test-example:ios": "detox test --configuration example.ios.sim.release --loglevel verbose --take-screenshots failing --record-videos failing", "test": "echo \"Error: no test specified\" && exit 1", "detox-clean": "detox clean-framework-cache && detox build-framework-cache", "postinstall": "patch-package" From 81f7f32f135aed0116f28d0b014179cf829047fb Mon Sep 17 00:00:00 2001 From: kirillzyusko Date: Mon, 13 May 2024 13:31:50 +0200 Subject: [PATCH 2/2] feat: disable thread checker --- .../xcshareddata/xcschemes/KeyboardControllerExample.xcscheme | 1 + 1 file changed, 1 insertion(+) diff --git a/example/ios/KeyboardControllerExample.xcodeproj/xcshareddata/xcschemes/KeyboardControllerExample.xcscheme b/example/ios/KeyboardControllerExample.xcodeproj/xcshareddata/xcschemes/KeyboardControllerExample.xcscheme index cd50ec456f..6bb069f664 100644 --- a/example/ios/KeyboardControllerExample.xcodeproj/xcshareddata/xcschemes/KeyboardControllerExample.xcscheme +++ b/example/ios/KeyboardControllerExample.xcodeproj/xcshareddata/xcschemes/KeyboardControllerExample.xcscheme @@ -57,6 +57,7 @@ buildConfiguration = "Debug" selectedDebuggerIdentifier = "Xcode.DebuggerFoundation.Debugger.LLDB" selectedLauncherIdentifier = "Xcode.DebuggerFoundation.Launcher.LLDB" + disablePerformanceAntipatternChecker = "YES" launchStyle = "0" useCustomWorkingDirectory = "NO" ignoresPersistentStateOnLaunch = "NO"