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

Unified Diff: chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs

Issue 1796143003: Disabling flaky test BackgroundTest.ForwardNavigationThroughIframes. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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/cvox2/background/background_test.extjs
diff --git a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
index 87f0321aafe9bed5aa0ff928cb5224fca2668a92..8143a1535465962d4ebd87cfc84bc2fb3643c82c 100644
--- a/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
+++ b/chrome/browser/resources/chromeos/chromevox/cvox2/background/background_test.extjs
@@ -595,7 +595,7 @@ TEST_F('BackgroundTest', 'Checkbox', function() {
});
/** Tests navigating into and out of iframes.. */
-TEST_F('BackgroundTest', 'ForwardNavigationThroughIframes', function() {
+TEST_F('BackgroundTest', 'DISABLED_ForwardNavigationThroughIframes', function() {
var mockFeedback = this.createMockFeedback();
var runTestIfIframeIsLoaded = function(rootNode) {
« 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