| Index: chrome/browser/ui/webui/options/options_ui_uitest.cc
|
| diff --git a/chrome/browser/ui/webui/options/options_ui_uitest.cc b/chrome/browser/ui/webui/options/options_ui_uitest.cc
|
| index cd63296accf8ae6f3d2340052e8931a1ce46aaf8..08ab85805dbd90df252045342117728bc60d837e 100644
|
| --- a/chrome/browser/ui/webui/options/options_ui_uitest.cc
|
| +++ b/chrome/browser/ui/webui/options/options_ui_uitest.cc
|
| @@ -51,7 +51,14 @@ void OptionsUITest::VerifySections(scoped_refptr<TabProxy> tab) {
|
| EXPECT_EQ(kExpectedSections, num_of_sections);
|
| }
|
|
|
| -TEST_F(OptionsUITest, LoadOptionsByURL) {
|
| +// See bug 104393.
|
| +#if defined(USE_AURA)
|
| +#define MAYBE_LoadOptionsByURL FAILS_LoadOptionsByURL
|
| +#else
|
| +#define MAYBE_LoadOptionsByURL LoadOptionsByURL
|
| +#endif
|
| +
|
| +TEST_F(OptionsUITest, MAYBE_LoadOptionsByURL) {
|
| scoped_refptr<BrowserProxy> browser(automation()->GetBrowserWindow(0));
|
| ASSERT_TRUE(browser.get());
|
|
|
|
|