From 0238b3ae47d9d1730feb2d25ec23a0e16f07e355 Mon Sep 17 00:00:00 2001
From: Jorge Canizales <jcanizales@google.com>
Date: Thu, 30 Jul 2015 19:07:06 -0700
Subject: [PATCH] Generate deterministic UUIDs in the Pods project

---
 src/objective-c/tests/run_tests.sh | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/objective-c/tests/run_tests.sh b/src/objective-c/tests/run_tests.sh
index 48829fc243..514fb07e57 100755
--- a/src/objective-c/tests/run_tests.sh
+++ b/src/objective-c/tests/run_tests.sh
@@ -39,9 +39,8 @@ cd ../../..
 [ -f bins/dbg/interop_server ] || make CONFIG=dbg interop_server
 cd -
 
-# TODO(jcanizales): Remove when Cocoapods issue #3823 is resolved.
-export COCOAPODS_DISABLE_DETERMINISTIC_UUIDS=YES
-pod install
+# Suppress error output because Cocoapods issue #3823 causes a flooding warning.
+pod install 2>/dev/null
 
 # Run the server.
 ../../../bins/dbg/interop_server --port=5050 &
-- 
GitLab