Commit 86329189 authored by Alan Cutter's avatar Alan Cutter Committed by Commit Bot

Deflake WebAppTabStripBrowserTests

This CL updates WebAppTabStripBrowserTests to not use a service worker.
These tests seem to be hitting an unrelated CacheStorageCache mojo
connection crash.

Bug: 1119809
Change-Id: I2336e873645d77126760d73ab40fb99e0240411e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2449661
Auto-Submit: Alan Cutter <alancutter@chromium.org>
Reviewed-by: default avatarEric Willigers <ericwilligers@chromium.org>
Commit-Queue: Alan Cutter <alancutter@chromium.org>
Cr-Commit-Position: refs/heads/master@{#814525}
parent cfcbc9ae
......@@ -31,7 +31,7 @@
namespace {
constexpr SkColor kAppBackgroundColor = SK_ColorBLUE;
constexpr char kAppPath[] = "/web_apps/basic.html";
constexpr char kAppPath[] = "/web_apps/no_service_worker.html";
} // namespace
namespace web_app {
......@@ -86,9 +86,8 @@ class WebAppTabStripBrowserTest : public InProcessBrowserTest {
base::test::ScopedFeatureList features_;
};
// Disabled due to flake. https://crbug.com/1113951
IN_PROC_BROWSER_TEST_F(WebAppTabStripBrowserTest,
DISABLED_CustomTabBarUpdateOnTabSwitch) {
CustomTabBarUpdateOnTabSwitch) {
App app = InstallAndLaunch();
CustomTabBarView* custom_tab_bar =
......
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