| Index: chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc
|
| diff --git a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc
|
| index 623ca2d01fe387b17e8339cc8b85e49be6551e6a..35323e04b57ec57808a88ce4b2784c97b2e58d98 100644
|
| --- a/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc
|
| +++ b/chrome/browser/ui/ash/launcher/chrome_launcher_controller_impl_browsertest.cc
|
| @@ -2151,7 +2151,9 @@ IN_PROC_BROWSER_TEST_F(ShelfAppBrowserTestNoDefaultBrowser,
|
| }
|
|
|
| // Check that the window's ShelfID property matches that of the active tab.
|
| -IN_PROC_BROWSER_TEST_F(ShelfAppBrowserTest, MatchingShelfIDandActiveTab) {
|
| +// TODO(https://crbug.com/694941): Disabled due to flakiness.
|
| +IN_PROC_BROWSER_TEST_F(ShelfAppBrowserTest,
|
| + DISABLED_MatchingShelfIDandActiveTab) {
|
| EXPECT_EQ(1u, chrome::GetTotalBrowserCount());
|
| EXPECT_EQ(1, browser()->tab_strip_model()->count());
|
| EXPECT_EQ(0, browser()->tab_strip_model()->active_index());
|
|
|