Index: webrtc/modules/video_processing/main/test/unit_test/content_metrics_test.cc |
diff --git a/webrtc/modules/video_processing/main/test/unit_test/content_metrics_test.cc b/webrtc/modules/video_processing/main/test/unit_test/content_metrics_test.cc |
index 8a2404f8e6e737d5ddfa4a7c264c0eefbbd3969f..d9c1309d9b5aa779d158447e8adf45e7859c8552 100644 |
--- a/webrtc/modules/video_processing/main/test/unit_test/content_metrics_test.cc |
+++ b/webrtc/modules/video_processing/main/test/unit_test/content_metrics_test.cc |
@@ -12,10 +12,11 @@ |
#include "webrtc/modules/video_processing/main/interface/video_processing.h" |
#include "webrtc/modules/video_processing/main/source/content_analysis.h" |
#include "webrtc/modules/video_processing/main/test/unit_test/video_processing_unittest.h" |
+#include "webrtc/test/testsupport/gtest_disable.h" |
namespace webrtc { |
-TEST_F(VideoProcessingModuleTest, ContentAnalysis) { |
+TEST_F(VideoProcessingModuleTest, DISABLED_ON_IOS(ContentAnalysis)) { |
VPMContentAnalysis ca__c(false); |
VPMContentAnalysis ca__sse(true); |
VideoContentMetrics *_cM_c, *_cM_SSE; |