Remove external encryption API for VoE.

BUG=
R=henrika@webrtc.org, henrikg@webrtc.org, phoglund@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/8459004

git-svn-id: http://webrtc.googlecode.com/svn/trunk/webrtc@5564 4adac7df-926f-26a2-2b94-8c16560cd09d
diff --git a/test/buildbot_tests.py b/test/buildbot_tests.py
index ce3648c..da038d7 100755
--- a/test/buildbot_tests.py
+++ b/test/buildbot_tests.py
@@ -30,7 +30,6 @@
 _VIE_AUTO_TEST_CMD_LIST = [
     'vie_auto_test',
     '--automated',
-    '--gtest_filter=-ViERtpFuzzTest*',
     '--capture_test_ensure_resolution_alignment_in_capture_device=false']
 _WIN_TESTS = {
     'vie_auto_test': _VIE_AUTO_TEST_CMD_LIST,
@@ -51,8 +50,7 @@
 _LINUX_TESTS = {
     'vie_auto_test': _VIE_AUTO_TEST_CMD_LIST,
     'voe_auto_test': ['voe_auto_test',
-                      '--automated',
-                      '--gtest_filter=-RtpFuzzTest.*'],
+                      '--automated'],
     'audio_e2e_test': ['python',
                        'run_audio_test.py',
                        '--input=../../resources/e2e_audio_in.pcm',