From 8e95f72ea509e2aa00bb64eccc4500ac2b2edccb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?H=C3=A9ctor=20Ramos?= Date: Mon, 20 Aug 2018 14:33:18 -0700 Subject: [PATCH] Disable Podspec tests Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/20755 Differential Revision: D9408317 Pulled By: hramos fbshipit-source-id: 7799cf8ee4c99662299ef9cf1a26913cdf0d8b39 --- .circleci/config.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 212ac52a7..26a713b18 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -436,7 +436,8 @@ jobs: # Runs unit tests on iOS and Apple TV devices test_objc: <<: *macos_defaults - parallelism: 3 + # Bump back to 3 whenever podspec tests are re-enabled + parallelism: 2 steps: - attach_workspace: at: ~/react-native @@ -447,7 +448,8 @@ jobs: - run: *run-objc-ios-tests-with-parallelism - run: *run-objc-tvos-tests-with-parallelism - - run: *run-podspec-tests-with-parallelism + # Disabled + # - run: *run-podspec-tests-with-parallelism - store_test_results: path: ~/react-native/reports/junit