Commit 928785ea authored by Brian Cui's avatar Brian Cui Committed by Commit Bot

Temporarily disable Console counter tests to land devtools changes

This CL disables some tests in order to land the following DevTools CL:
https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2436646

The test failures are caused by a string change in the Console counter
title property. Example:

"2 errors, 1 warning"

will change to

"Open Console to view 2 errors, 1 warning"

Bug: 1133060
Change-Id: I9a08caca60dc3283ccf50e4669cf83803ee4ab0e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2441677Reviewed-by: default avatarRobert Paveza <Rob.Paveza@microsoft.com>
Commit-Queue: Brian Cui <brcui@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#812423}
parent 660a14d5
...@@ -4428,6 +4428,10 @@ crbug.com/576815 external/wpt/css/vendor-imports/mozilla/mozilla-central-reftest ...@@ -4428,6 +4428,10 @@ crbug.com/576815 external/wpt/css/vendor-imports/mozilla/mozilla-central-reftest
crbug.com/664450 http/tests/devtools/console/console-on-animation-worklet.js [ Skip ] crbug.com/664450 http/tests/devtools/console/console-on-animation-worklet.js [ Skip ]
# Disabled to land DevTools changes https://chromium-review.googlesource.com/c/devtools/devtools-frontend/+/2436646
crbug.com/1133060 http/tests/devtools/console/console-revoke-error.js [ Pass Failure ]
crbug.com/1133060 http/tests/devtools/console/console-revoke-error-in-worker.js [ Pass Failure ]
crbug.com/826419 external/wpt/html/semantics/embedded-content/media-elements/track/track-element/track-remove-track-inband.html [ Skip ] crbug.com/826419 external/wpt/html/semantics/embedded-content/media-elements/track/track-element/track-remove-track-inband.html [ Skip ]
crbug.com/825798 external/wpt/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-non-snap-to-lines.html [ Failure ] crbug.com/825798 external/wpt/html/semantics/embedded-content/media-elements/track/track-element/track-webvtt-non-snap-to-lines.html [ Failure ]
......
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