Skip to content

Commit

Permalink
[a11y] Disable WebAppTabStripBrowserTest.PageTitle everywhere
Browse files Browse the repository at this point in the history
The test has a high flake rate across the board.

Bug: 1477857
Change-Id: Ie58957888d6c62898d0934c71613729e1c0daa91
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4833772
Commit-Queue: Owen Min <[email protected]>
Owners-Override: Owen Min <[email protected]>
Auto-Submit: Greg Thompson <[email protected]>
Reviewed-by: Owen Min <[email protected]>
Owners-Override: Greg Thompson <[email protected]>
Cr-Commit-Position: refs/heads/main@{#1191327}
  • Loading branch information
GregTho authored and Chromium LUCI CQ committed Sep 1, 2023
1 parent e7a6feb commit 2d54401
Showing 1 changed file with 2 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1159,12 +1159,8 @@ IN_PROC_BROWSER_TEST_F(WebAppTabStripBrowserTest, MiddleClickHomeTabLink) {
}

// Tests the page title, which is used for accessibility.
#if BUILDFLAG(IS_LINUX)
#define MAYBE_PageTitle DISABLED_PageTitle
#else
#define MAYBE_PageTitle PageTitle
#endif
IN_PROC_BROWSER_TEST_F(WebAppTabStripBrowserTest, MAYBE_PageTitle) {
// Disabled due to conflict with memory usage; https://crbug.com/1477857.
IN_PROC_BROWSER_TEST_F(WebAppTabStripBrowserTest, DISABLED_PageTitle) {
GURL start_url =
embedded_test_server()->GetURL("/web_apps/tab_strip_customizations.html");
AppId app_id = InstallWebAppFromPage(browser(), start_url);
Expand Down

0 comments on commit 2d54401

Please sign in to comment.