From 28ccfdc3dd3dde552647aedb833cdc240b28002b Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Fri, 28 Jun 2024 14:11:56 +0200 Subject: [PATCH] [CI] Disable unit tests as they are Flaky on M1 machines ## Summary Disable unit tests on iOS because they are flaky on M1 machines ## Changelog: [Internal] - Disable unit tests in CI ## Test Plan: Circle CI is Green --- .circleci/configurations/test_workflows/testAll.yml | 2 +- .circleci/configurations/test_workflows/testIOS.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/configurations/test_workflows/testAll.yml b/.circleci/configurations/test_workflows/testAll.yml index 1ea35b2579c17b..b112309573f0fa 100644 --- a/.circleci/configurations/test_workflows/testAll.yml +++ b/.circleci/configurations/test_workflows/testAll.yml @@ -100,7 +100,7 @@ - jsengine: "Hermes" use_frameworks: "StaticLibraries" - test_ios_rntester: - run_unit_tests: true + run_unit_tests: false use_frameworks: "StaticLibraries" ruby_version: "2.6.10" requires: diff --git a/.circleci/configurations/test_workflows/testIOS.yml b/.circleci/configurations/test_workflows/testIOS.yml index 4a662f10dadcac..a9b84f0fae8627 100644 --- a/.circleci/configurations/test_workflows/testIOS.yml +++ b/.circleci/configurations/test_workflows/testIOS.yml @@ -83,7 +83,7 @@ jsengine: ["Hermes", "JSC"] - test_ios_rntester: name: "RNTester Integration Tests" - run_unit_tests: true + run_unit_tests: false use_frameworks: "StaticLibraries" ruby_version: "2.6.10" requires: