Index: chrome/browser/ui/omnibox/omnibox_view_browsertest.cc |
=================================================================== |
--- chrome/browser/ui/omnibox/omnibox_view_browsertest.cc (revision 110898) |
+++ chrome/browser/ui/omnibox/omnibox_view_browsertest.cc (working copy) |
@@ -1384,7 +1384,13 @@ |
BasicTextOperationsTest(); |
} |
+// This test is DISABLED because of the behavioral modifications of omnibox. |
Peter Kasting
2011/11/29 19:07:28
It's wrong to disable the test. If the test isn't
SanjoyPal
2011/11/30 06:49:26
Done.
|
+// Please refer http://crbug.com/82181. |
+#if defined(OS_LINUX) |
+IN_PROC_BROWSER_TEST_F(OmniboxViewViewsTest, DISABLED_AcceptKeywordBySpace) { |
+#else |
IN_PROC_BROWSER_TEST_F(OmniboxViewViewsTest, AcceptKeywordBySpace) { |
+#endif // OS_LINUX |
AcceptKeywordBySpaceTest(); |
} |