X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fthird_party%2Fwebrtc%2Fvideo_engine%2Ftest%2Fauto_test%2Fautomated%2Fvie_standard_integration_test.cc;h=51208bade07877de326f03dcc9d39aadd780b6e3;hb=ff3e2503a20db9193d323c1d19c38c68004dec4a;hp=74aa09634ff02f4325c91445e3d3ea2a10f78d8f;hpb=7338fba38ba696536d1cc9d389afd716a6ab2fe6;p=platform%2Fframework%2Fweb%2Fcrosswalk.git diff --git a/src/third_party/webrtc/video_engine/test/auto_test/automated/vie_standard_integration_test.cc b/src/third_party/webrtc/video_engine/test/auto_test/automated/vie_standard_integration_test.cc index 74aa096..51208ba 100644 --- a/src/third_party/webrtc/video_engine/test/auto_test/automated/vie_standard_integration_test.cc +++ b/src/third_party/webrtc/video_engine/test/auto_test/automated/vie_standard_integration_test.cc @@ -43,10 +43,6 @@ TEST_F(ViEStandardIntegrationTest, RunsCaptureTestWithoutErrors) { tests_->ViECaptureStandardTest(); } -TEST_F(ViEStandardIntegrationTest, RunsEncryptionTestWithoutErrors) { - tests_->ViEEncryptionStandardTest(); -} - TEST_F(ViEStandardIntegrationTest, RunsImageProcessTestWithoutErrors) { tests_->ViEImageProcessStandardTest(); }