mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
[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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user