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

Unified Diff: chrome/browser/chromeos/extensions/input_view_browsertest.cc

Issue 942563002: Disable flaking keyboard tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 10 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/chromeos/extensions/input_view_browsertest.cc
diff --git a/chrome/browser/chromeos/extensions/input_view_browsertest.cc b/chrome/browser/chromeos/extensions/input_view_browsertest.cc
index 441a26f023f501b45e55f1639536a190a0ad3d93..8fc4b38e6c19298e95057b589b506274c0709723 100644
--- a/chrome/browser/chromeos/extensions/input_view_browsertest.cc
+++ b/chrome/browser/chromeos/extensions/input_view_browsertest.cc
@@ -77,21 +77,24 @@ class InputViewBrowserTest : public VirtualKeyboardBrowserTest {
}
};
-IN_PROC_BROWSER_TEST_F(InputViewBrowserTest, TypingTest) {
+// Disabled for flaking. See crbug.com/459420.
+IN_PROC_BROWSER_TEST_F(InputViewBrowserTest, DISABLED_TypingTest) {
std::string id = InstallIMEExtension();
ASSERT_FALSE(id.empty());
RunTest(base::FilePath("typing_test.js"),
InputViewConfig(id, kDefaultLayout));
}
-IN_PROC_BROWSER_TEST_F(InputViewBrowserTest, CompactTypingTest) {
+// Disabled for flaking. See crbug.com/459420.
+IN_PROC_BROWSER_TEST_F(InputViewBrowserTest, DISABLED_CompactTypingTest) {
std::string id = InstallIMEExtension();
ASSERT_FALSE(id.empty());
RunTest(base::FilePath("typing_test.js"),
InputViewConfig(id, kCompactLayout));
}
-IN_PROC_BROWSER_TEST_F(InputViewBrowserTest, CompactLongpressTest) {
+// Disabled for flaking. See crbug.com/459420.
+IN_PROC_BROWSER_TEST_F(InputViewBrowserTest, DISABLED_CompactLongpressTest) {
std::string id = InstallIMEExtension();
ASSERT_FALSE(id.empty());
RunTest(base::FilePath("longpress_test.js"),
« 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