[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
This commit is contained in:
Riccardo Cipolleschi
2024-06-28 14:11:56 +02:00
parent 2b033756ef
commit 28ccfdc3dd
2 changed files with 2 additions and 2 deletions
@@ -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:
@@ -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: