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

Unified Diff: chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc

Issue 1886573003: Disable WebViewTextInputStateInteractiveTest.TopLevelWebContentsTracksCorrectly on Win (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Add bug reference Created 4 years, 8 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/apps/guest_view/web_view_interactive_browsertest.cc
diff --git a/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc b/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc
index 5c57631cb842cf99fbed35624648a8e7bfaf7d4b..99f002649e6cecb9212ca32216e312e570fe52d1 100644
--- a/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc
+++ b/chrome/browser/apps/guest_view/web_view_interactive_browsertest.cc
@@ -1379,8 +1379,16 @@ IN_PROC_BROWSER_TEST_F(WebViewFocusInteractiveTest, FocusAndVisibility) {
EXPECT_TRUE(webview_button_not_focused_listener.WaitUntilSatisfied());
}
+// TODO(crbug.com/602954) Test is flaky.
+#if defined(OS_WIN)
+#define MAYBE_TopLevelWebContentsTracksCorrectly \
+ DISABLED_TopLevelWebContentsTracksCorrectly
+#else
+#define MAYBE_TopLevelWebContentsTracksCorrectly \
+ TopLevelWebContentsTracksCorrectly
+#endif
IN_PROC_BROWSER_TEST_P(WebViewTextInputStateInteractiveTest,
- TopLevelWebContentsTracksCorrectly) {
+ MAYBE_TopLevelWebContentsTracksCorrectly) {
SetupTest("web_view/text_input_state",
"/extensions/platform_apps/web_view/text_input_state/guest.html");
« 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