Commit 76eecc11 authored by Keiichi Watanabe's avatar Keiichi Watanabe Committed by Commit Bot

Enable video.WebRTC* tast tests on chrome bots.

video.WebRTC* tasts tests are disabled on chrome bot by CL:1363805
because of a bug reported at crbug.com/909975.
Since this bug was fixed by CL:1367388, we can run these tests now.

Bug: 909975
Change-Id: I74b719988470552fe5abc39f217dda0086e15e71
Reviewed-on: https://chromium-review.googlesource.com/c/1367333
Commit-Queue: Keiichi Watanabe <keiichiw@chromium.org>
Reviewed-by: default avatarBen Pastene <bpastene@chromium.org>
Reviewed-by: default avatarDan Erat <derat@chromium.org>
Cr-Commit-Position: refs/heads/master@{#615910}
parent 2b9f4c9a
...@@ -431,10 +431,6 @@ if (is_cros_chrome_sdk) { ...@@ -431,10 +431,6 @@ if (is_cros_chrome_sdk) {
disabled_tests = [ disabled_tests = [
# Disabled due to flake. https://crbug.com/909736 # Disabled due to flake. https://crbug.com/909736
"ui.MashLogin", "ui.MashLogin",
# Disabled due to DCHECK failures. https://crbug.com/909975
"video.WebRTCCamera",
"video.WebRTCPeerConnCameraVP8",
] ]
tast_conditional = "!disabled && !\"group:*\" && !informational" + tast_conditional = "!disabled && !\"group:*\" && !informational" +
" && (\"dep:chrome\" || \"dep:chrome_login\")" " && (\"dep:chrome\" || \"dep:chrome_login\")"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment