Commit 6b0d8b63 authored by Hajime Hoshi's avatar Hajime Hoshi Committed by Commit Bot

Disable DeleteSpeculativeRFHPendingCommitOfPendingEntryOnInterrupted2 on macOS

This test is flaky also on macOS.

TBR=clamy@chromium.org

Bug: 796135
Change-Id: I8275f5c3267ed072e3eed79e81c93067ecc94c50
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362052Reviewed-by: default avatarHajime Hoshi <hajimehoshi@chromium.org>
Commit-Queue: Hajime Hoshi <hajimehoshi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#799502}
parent 927b654a
...@@ -1942,7 +1942,8 @@ IN_PROC_BROWSER_TEST_P( ...@@ -1942,7 +1942,8 @@ IN_PROC_BROWSER_TEST_P(
EXPECT_FALSE(speculative_rfh); EXPECT_FALSE(speculative_rfh);
} }
#if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ANDROID) #if defined(OS_LINUX) || defined(OS_CHROMEOS) || defined(OS_ANDROID) || \
defined(OS_MAC)
#define MAYBE_DeleteSpeculativeRFHPendingCommitOfPendingEntryOnInterrupted2 \ #define MAYBE_DeleteSpeculativeRFHPendingCommitOfPendingEntryOnInterrupted2 \
DISABLED_DeleteSpeculativeRFHPendingCommitOfPendingEntryOnInterrupted2 DISABLED_DeleteSpeculativeRFHPendingCommitOfPendingEntryOnInterrupted2
#else #else
......
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