| Index: chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc
|
| diff --git a/chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc b/chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc
|
| index 81b33caba79cdf032dbf3907c70387b9700c6fc1..dfb6c4c84a753d93da7a9fafcccedf44e8ce37c6 100644
|
| --- a/chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc
|
| +++ b/chrome/browser/ui/webui/print_preview/print_preview_ui_browsertest.cc
|
| @@ -48,10 +48,6 @@
|
| }
|
| };
|
|
|
| -// The two tests below are failing on Linux LSAN
|
| -// crbug.com/382523
|
| -#if !defined(ADDRESS_SANITIZER)
|
| -
|
| IN_PROC_BROWSER_TEST_F(PrintPreviewTest, PrintCommands) {
|
| // We start off at about:blank page.
|
| // Make sure there is 1 tab and print is enabled.
|
| @@ -103,8 +99,6 @@
|
| ASSERT_NO_FATAL_FAILURE(WaitForTaskManagerRows(1, MatchAnyPrint()));
|
| ASSERT_NO_FATAL_FAILURE(WaitForTaskManagerRows(1, MatchPrint("about:blank")));
|
| }
|
| -
|
| -#endif
|
|
|
| // Disable the test for mac as it started being flaky, see http://crbug/367665.
|
| #if defined(OS_MACOSX) && !defined(OS_IOS)
|
|
|