Commit 970388af authored by Victor Hugo Vianna Silva's avatar Victor Hugo Vianna Silva Committed by Commit Bot

Re-enable CrSettingsPasswordsSectionV3Test on Mac

Bug: 1090931
Change-Id: Ia9780192a2ff860f1d59834e61ca5ab89443b9fc
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2309432
Commit-Queue: Victor Vianna <victorvianna@google.com>
Reviewed-by: default avatarMarc Treib <treib@chromium.org>
Cr-Commit-Position: refs/heads/master@{#790359}
parent 025ccef9
...@@ -227,8 +227,8 @@ var CrSettingsPasswordsSectionV3Test = class extends CrSettingsV3BrowserTest { ...@@ -227,8 +227,8 @@ var CrSettingsPasswordsSectionV3Test = class extends CrSettingsV3BrowserTest {
} }
}; };
// Flaky on Mac and Debug builds https://crbug.com/1090931 // Flaky on Debug builds https://crbug.com/1090931
GEN('#if defined(OS_MACOSX) || !defined(NDEBUG)'); GEN('#if !defined(NDEBUG)');
GEN('#define MAYBE_All DISABLED_All'); GEN('#define MAYBE_All DISABLED_All');
GEN('#else'); GEN('#else');
GEN('#define MAYBE_All All'); GEN('#define MAYBE_All All');
......
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