| Index: content/browser/frame_host/navigation_controller_impl_browsertest.cc
|
| diff --git a/content/browser/frame_host/navigation_controller_impl_browsertest.cc b/content/browser/frame_host/navigation_controller_impl_browsertest.cc
|
| index 521d4ea99fe9f3ab7d71a993c323f0fb3efa2aca..9d292ac3a72649d8f0d08e9213f19a7cd73dae64 100644
|
| --- a/content/browser/frame_host/navigation_controller_impl_browsertest.cc
|
| +++ b/content/browser/frame_host/navigation_controller_impl_browsertest.cc
|
| @@ -2238,8 +2238,8 @@ IN_PROC_BROWSER_TEST_F(NavigationControllerBrowserTest,
|
|
|
| // Verify the tree of FrameNavigationEntries after NAVIGATION_TYPE_NEW_SUBFRAME
|
| // commits.
|
| -// Disabled due to flakes on Linux Tests; see https://crbug.com/646836.
|
| -#if defined(OS_LINUX)
|
| +// Disabled due to flakes; see https://crbug.com/646836.
|
| +#if defined(OS_ANDROID) || defined(OS_LINUX)
|
| #define MAYBE_FrameNavigationEntry_NewSubframe \
|
| DISABLED_FrameNavigationEntry_NewSubframe
|
| #else
|
|
|