Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(5549)

Unified Diff: chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher_test.unitjs

Issue 654003002: Gardening: disable failing CvoxEventWatcherUnitTest.RadioButtonAnnouncements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher_test.unitjs
diff --git a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher_test.unitjs b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher_test.unitjs
index 758cd9f9766d4aef5546f5896f87383c03051148..ce462921b0fb32cb1fb6d793f482d9422d369390 100644
--- a/chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher_test.unitjs
+++ b/chrome/browser/resources/chromeos/chromevox/chromevox/injected/event_watcher_test.unitjs
@@ -537,7 +537,9 @@ TEST_F('CvoxEventWatcherUnitTest', 'AriaHiddenFeedback', function() {
* Test that key down events don't cause excessive value and state announcements
* when arrowing around radiobuttons.
*/
-TEST_F('CvoxEventWatcherUnitTest', 'RadioButtonAnnouncements', function() {
+TEST_F('CvoxEventWatcherUnitTest',
+ 'DISABLED_RadioButtonAnnouncements',
+ function() {
this.loadHtml(
'<input id="radio1" type="radio" aria-label="green" tabindex=0>' +
'<input id="radio2" type="radio" aria-label="blue" tabindex=0>');
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698