Skip to content

Commit

Permalink
[code-health] Disable ClickingEntryNavigatesToCorrectPage
Browse files Browse the repository at this point in the history
Change-Id: Iebb6d0d4511b97eb9152819cca2e03e196afe7c9
Bug: 347914816
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5995151
Reviewed-by: Iman Saboori <isaboori@google.com>
Commit-Queue: Paul Adedeji <pauladedeji@google.com>
Auto-Submit: Paul Adedeji <pauladedeji@google.com>
Commit-Queue: Iman Saboori <isaboori@google.com>
Cr-Commit-Position: refs/heads/main@{#1378566}
  • Loading branch information
Paul Adedeji authored and pull[bot] committed Nov 7, 2024
1 parent b752858 commit 1076336
Showing 1 changed file with 9 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,15 @@ INSTANTIATE_TEST_SUITE_P(All,
NewTabPageModulesInteractiveLinkUiTest,
::testing::ValuesIn(GetAllModuleLinks(kAllModules)));

// TODO(crbug.com/347914816): Fix test failure on Mac.
#if BUILDFLAG(IS_CHROMEOS_LACROS) || BUILDFLAG(IS_LINUX) || \
BUILDFLAG(IS_CHROMEOS) || BUILDFLAG(IS_MAC)
#define MAYBE_ClickingEntryNavigatesToCorrectPage \
DISABLED_ClickingEntryNavigatesToCorrectPage
#else
#define MAYBE_ClickingEntryNavigatesToCorrectPage \
ClickingEntryNavigatesToCorrectPage
#endif
IN_PROC_BROWSER_TEST_P(NewTabPageModulesInteractiveLinkUiTest,
ClickingEntryNavigatesToCorrectPage) {
RunTestSequence(
Expand Down

0 comments on commit 1076336

Please sign in to comment.