From 712f355656f3ae6bd38d55bf9515c06d8e14a205 Mon Sep 17 00:00:00 2001 From: Pete Watters <2938440+pete-watters@users.noreply.github.com> Date: Fri, 24 Jan 2025 13:37:18 +0000 Subject: [PATCH] fix: e2e tests path --- apps/mobile/.eas/build/maestro-test-android.yml | 2 +- apps/mobile/.eas/build/maestro-test-ios.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/apps/mobile/.eas/build/maestro-test-android.yml b/apps/mobile/.eas/build/maestro-test-android.yml index fdccf6c97..f8bcfce40 100644 --- a/apps/mobile/.eas/build/maestro-test-android.yml +++ b/apps/mobile/.eas/build/maestro-test-android.yml @@ -22,4 +22,4 @@ build: - run_maestro_tests # TODO: Enable secure tests when we can support Biometrics on Android and an Android emulator with biometrics in EAS (LEA-1671) - - run_secure_maestro_tests + # - run_secure_maestro_tests diff --git a/apps/mobile/.eas/build/maestro-test-ios.yml b/apps/mobile/.eas/build/maestro-test-ios.yml index 25e09c476..33f0c2db7 100644 --- a/apps/mobile/.eas/build/maestro-test-ios.yml +++ b/apps/mobile/.eas/build/maestro-test-ios.yml @@ -31,4 +31,4 @@ build: - eas/find_and_upload_build_artifacts - run_maestro_tests - - run_secure_maestro_tests + # - run_secure_maestro_tests