From 8dd886cd5e0f3eeb6322635eb4d2ae9c981e3c82 Mon Sep 17 00:00:00 2001 From: Jason Wray Date: Fri, 26 Oct 2018 15:03:56 -0400 Subject: [PATCH] [ios, build] Stop running Integration Tests target on CircleCI These are evidently too inconsistent to run on CircleCI under Xcode 10. --- circle.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/circle.yml b/circle.yml index 9bc8d238738..607b9dad3c2 100644 --- a/circle.yml +++ b/circle.yml @@ -839,7 +839,6 @@ jobs: - install-macos-dependencies - install-dependencies - build-ios-test - - build-ios-integration-test - check-public-symbols - run: name: Check symbol namespacing for mapbox-events-ios