From e5e3bad3c23e13875f51f96c68395f016bdd65ee Mon Sep 17 00:00:00 2001 From: Paul Beusterien Date: Wed, 1 May 2024 16:39:01 -0700 Subject: [PATCH] Disable two failing tests --- .github/workflows/abtesting.yml | 8 +++++++- .github/workflows/performance.yml | 2 +- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/abtesting.yml b/.github/workflows/abtesting.yml index 891870f2d..e26962da8 100644 --- a/.github/workflows/abtesting.yml +++ b/.github/workflows/abtesting.yml @@ -66,7 +66,13 @@ jobs: include: - os: iOS device: iPhone 15 - test: true + # Test runs locally but fails in CI with: + # (Underlying Error: lstat of + # /Users/runner/Library/Developer/CoreSimulator/Devices/ + # 7E72AD09-C998-432D-84B1-0504177194AE/data/Library/Caches/ + # com.apple.mobile.installd.staging/temp.WdeFLV/extracted/ABTestingExample.app + # /Frameworks/GoogleAppMeasurement.framework/GoogleAppMeasurement failed: No such file or directory + test: false - os: tvOS device: Apple TV 4K (3rd generation) (at 1080p) test: true diff --git a/.github/workflows/performance.yml b/.github/workflows/performance.yml index 34bb5d7cf..27d764dda 100644 --- a/.github/workflows/performance.yml +++ b/.github/workflows/performance.yml @@ -69,7 +69,7 @@ jobs: include: - os: iOS device: iPhone 14 - test: true + test: false - os: tvOS device: Apple TV 4K (3rd generation) (at 1080p) test: false