diff options
Diffstat (limited to 'chrome/test/functional/PYAUTO_TESTS')
-rw-r--r-- | chrome/test/functional/PYAUTO_TESTS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/chrome/test/functional/PYAUTO_TESTS b/chrome/test/functional/PYAUTO_TESTS index 8cf0fa7..c15dd54 100644 --- a/chrome/test/functional/PYAUTO_TESTS +++ b/chrome/test/functional/PYAUTO_TESTS @@ -717,6 +717,13 @@ 'media_stream_infobar', 'webrtc_brutality_test', 'webrtc_call', + ], + }, + + # WebRTC quality tests. Requires webcam, an audio device and a special setup + # where the webcam is playing a barcode-encoded video. + 'WEBRTC_QUALITY': { + 'all': [ 'webrtc_video_quality', ], }, |