diff --git a/tools/continuous_build/build_internal/masters/master.webrtc/master.cfg b/tools/continuous_build/build_internal/masters/master.webrtc/master.cfg index 4c564ee459..481134f0d8 100755 --- a/tools/continuous_build/build_internal/masters/master.webrtc/master.cfg +++ b/tools/continuous_build/build_internal/masters/master.webrtc/master.cfg @@ -103,6 +103,7 @@ NORMAL_TESTS = { 'video_engine_core_unittests': (True, True, True), 'video_processing_unittests': (True, True, True), 'voice_engine_unittests': (True, True, True), + 'vp8_integrationtests': (True, True, True), 'vp8_unittests': (True, True, True), 'webrtc_utility_unittests': (True, True, True), }