diff --git a/infra/specs/test_suite_exceptions.pyl b/infra/specs/test_suite_exceptions.pyl index c31ab89d2e..5c33d3bda8 100644 --- a/infra/specs/test_suite_exceptions.pyl +++ b/infra/specs/test_suite_exceptions.pyl @@ -6,4 +6,11 @@ # in the file PATENTS. All contributing project authors may # be found in the AUTHORS file in the root of the source tree. -{} \ No newline at end of file +{ + 'video_capture_tests': { + 'remove_from': [ + # TODO(bugs.webrtc.org/14220): Re-enable. + 'linux_rel', + ] + }, +} diff --git a/infra/specs/tryserver.webrtc.json b/infra/specs/tryserver.webrtc.json index 549fb765cd..27001645aa 100644 --- a/infra/specs/tryserver.webrtc.json +++ b/infra/specs/tryserver.webrtc.json @@ -7821,28 +7821,6 @@ }, "test_id_prefix": "ninja://rtc_tools:tools_unittests/" }, - { - "isolate_name": "video_capture_tests", - "merge": { - "args": [], - "script": "//testing/merge_scripts/standard_isolated_script_merge.py" - }, - "name": "video_capture_tests", - "resultdb": { - "result_format": "json" - }, - "swarming": { - "can_use_on_swarming_builders": true, - "dimension_sets": [ - { - "cpu": "x86-64", - "os": "Ubuntu", - "pool": "WebRTC-baremetal-try" - } - ] - }, - "test_id_prefix": "ninja://modules/video_capture:video_capture_tests/" - }, { "isolate_name": "video_engine_tests", "merge": {