Index: ui/views/mus/input_method_mus_unittest.cc |
diff --git a/ui/views/mus/input_method_mus_unittest.cc b/ui/views/mus/input_method_mus_unittest.cc |
index eaab2b8ada68dd98c57bb5e807c5d528e66f3279..d8a4ac708d7526d3c9ae8280598d99486ae2319a 100644 |
--- a/ui/views/mus/input_method_mus_unittest.cc |
+++ b/ui/views/mus/input_method_mus_unittest.cc |
@@ -77,7 +77,7 @@ class InputMethodMusTest : public testing::Test { |
DISALLOW_COPY_AND_ASSIGN(InputMethodMusTest); |
}; |
-TEST_F(InputMethodMusTest, DispatchKeyEvent) { |
+TEST_F(InputMethodMusTest, DISABLED_DispatchKeyEvent) { |
sadrul
2016/11/23 06:19:53
Are there logs/stack-traces from this failing test
sky
2016/11/23 16:22:11
I filed a bug on it and add a reference here. Bug
|
// test_ime_driver will register itself as the current IMEDriver. It echoes |
// back the character key events it receives. |
EXPECT_TRUE(connector()->Connect("test_ime_driver")); |