Commit 2ec09cec authored by petewil's avatar petewil Committed by Commit bot

Disable a flaky test on the mac.

See http://crbug.com/412169

TBR=stanisc@chromium.org

BUG=412169

Review URL: https://codereview.chromium.org/749673002

Cr-Commit-Position: refs/heads/master@{#305093}
parent 1cd7715f
......@@ -851,7 +851,7 @@ IN_PROC_BROWSER_TEST_F(TwoClientBookmarksSyncTest, SC_ReverseTheOrderOf10BMs) {
// Test Scribe ID - 371954.
// flaky on Windows: http://crbug.com/412169
#if defined(OS_WIN)
#if defined(OS_WIN) || defined(OS_MACOSX)
#define MAYBE_SC_MovingBMsFromBMBarToBMFolder DISABLED_SC_MovingBMsFromBMBarToBMFolder
#else
#define MAYBE_SC_MovingBMsFromBMBarToBMFolder SC_MovingBMsFromBMBarToBMFolder
......
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