Skip to content

Commit

Permalink
[dpwa] Re-enable the web app file handler tests.
Browse files Browse the repository at this point in the history
Bug: 1270961
Change-Id: Ie6335b64f1d56634d2da67d93bb36659fdacb0fb
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3572598
Reviewed-by: Daniel Murphy <dmurph@chromium.org>
Commit-Queue: Daniel Murphy <dmurph@chromium.org>
Cr-Commit-Position: refs/heads/main@{#989511}
  • Loading branch information
Clifford Cheng authored and Chromium LUCI CQ committed Apr 6, 2022
1 parent 32c4a2a commit fc8ad75
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions chrome/browser/ui/web_applications/web_app_browsertest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1913,13 +1913,7 @@ class WebAppBrowserTest_FileHandler : public WebAppBrowserTest {
base::test::ScopedFeatureList feature_list_;
};

// TODO(crbug.com/1270961): Flaky on Win and Mac.
#if BUILDFLAG(IS_WIN) || BUILDFLAG(IS_MAC)
#define MAYBE_WebAppFileHandler DISABLED_WebAppFileHandler
#else
#define MAYBE_WebAppFileHandler WebAppFileHandler
#endif
IN_PROC_BROWSER_TEST_F(WebAppBrowserTest_FileHandler, MAYBE_WebAppFileHandler) {
IN_PROC_BROWSER_TEST_F(WebAppBrowserTest_FileHandler, WebAppFileHandler) {
os_hooks_suppress_.reset();
base::ScopedAllowBlockingForTesting allow_blocking;

Expand Down

0 comments on commit fc8ad75

Please sign in to comment.