Commit efd02580 authored by Marc Treib's avatar Marc Treib Committed by Chromium LUCI CQ

Disable SessionRestoreTest.NormalAndPopup on Mac

Tbr: chrisha@chromium.org
Bug: 1158715
Change-Id: Ib60e031f87da6d6e81759cb7461248a6ccd5556b
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2593628Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Commit-Queue: Marc Treib <treib@chromium.org>
Cr-Commit-Position: refs/heads/master@{#837112}
parent 2cb49da1
...@@ -555,8 +555,9 @@ IN_PROC_BROWSER_TEST_F(SessionRestoreTest, MaximizedApps) { ...@@ -555,8 +555,9 @@ IN_PROC_BROWSER_TEST_F(SessionRestoreTest, MaximizedApps) {
#endif // BUILDFLAG(IS_CHROMEOS_ASH) #endif // BUILDFLAG(IS_CHROMEOS_ASH)
// Creates a tabbed browser and popup and makes sure we restore both. // Creates a tabbed browser and popup and makes sure we restore both.
#if defined(OS_MAC) && defined(ARCH_CPU_ARM64) #if defined(OS_MAC)
// Disabled for mac-arm64 bot stabilization: https://crbug.com/1154345 // Disabled for mac-arm64 bot stabilization: https://crbug.com/1154345
// Also disabled for Mac flakiness in general: https://crbug.com/1158715
#define MAYBE_NormalAndPopup DISABLED_NormalAndPopup #define MAYBE_NormalAndPopup DISABLED_NormalAndPopup
#else #else
#define MAYBE_NormalAndPopup NormalAndPopup #define MAYBE_NormalAndPopup NormalAndPopup
......
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