diff --git a/indra/llcommon/tests/llframetimer_test.cpp b/indra/llcommon/tests/llframetimer_test.cpp
index 47e7913cf9b3bed6bf926912ae24bed0defd06ae..46fc4ce93a481f5304f30019ba97e180f3498553 100755
--- a/indra/llcommon/tests/llframetimer_test.cpp
+++ b/indra/llcommon/tests/llframetimer_test.cpp
@@ -84,7 +84,6 @@ namespace tut
 	template<> template<>
 	void frametimer_object_t::test<3>()
 	{
-		skip("fails with Xcode 6.x builds");
 		F64 seconds_since_epoch = LLFrameTimer::getTotalSeconds();
 		seconds_since_epoch += 2.0;
 		LLFrameTimer timer;