Commit fcabb280 authored by Yi Gu's avatar Yi Gu Committed by Chromium LUCI CQ

[Sheriff] Disable WebAppDeclarativeLinkCapturingBrowserTest.CaptureLinksNewClient on LaCrOS

See linked bug for details.

TBR=alancutter@chromium.org

Bug: 1167176
Change-Id: I499e3886178d41c9f0036b381e2ee5f57c1aa16c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633582
Commit-Queue: Yi Gu <yigu@chromium.org>
Reviewed-by: default avatarAnatoliy Potapchuk <apotapchuk@chromium.org>
Reviewed-by: default avatarFabrice de Gans-Riberi <fdegans@chromium.org>
Cr-Commit-Position: refs/heads/master@{#844128}
parent e2f3b551
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
#include "build/build_config.h"
#include "chrome/browser/ui/browser.h" #include "chrome/browser/ui/browser.h"
#include "chrome/browser/ui/browser_commands.h" #include "chrome/browser/ui/browser_commands.h"
#include "chrome/browser/ui/browser_list.h" #include "chrome/browser/ui/browser_list.h"
...@@ -214,8 +215,14 @@ IN_PROC_BROWSER_TEST_F(WebAppDeclarativeLinkCapturingBrowserTest, ...@@ -214,8 +215,14 @@ IN_PROC_BROWSER_TEST_F(WebAppDeclarativeLinkCapturingBrowserTest,
ExpectTabs(browser(), {start_url_}); ExpectTabs(browser(), {start_url_});
} }
// Flaky on lacros: https://crbug.com/1167176
#if BUILDFLAG(IS_CHROMEOS_LACROS)
#define MAYBE_CaptureLinksNewClient DISABLED_CaptureLinksNewClient
#else
#define MAYBE_CaptureLinksNewClient CaptureLinksNewClient
#endif
IN_PROC_BROWSER_TEST_F(WebAppDeclarativeLinkCapturingBrowserTest, IN_PROC_BROWSER_TEST_F(WebAppDeclarativeLinkCapturingBrowserTest,
CaptureLinksNewClient) { MAYBE_CaptureLinksNewClient) {
InstallTestApp("/web_apps/capture_links_new_client.html"); InstallTestApp("/web_apps/capture_links_new_client.html");
Navigate(browser(), out_of_scope_); Navigate(browser(), out_of_scope_);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment