Commit 24f8c1dc authored by Kevin McNee's avatar Kevin McNee Committed by Commit Bot

Disable PreviewsUKMObserverTest.TestPageEndReasonUMACoinFlipHoldback on Windows

This test also fails on Windows.

Tbr: bmcquade@chromium.org
Bug: 981058
Change-Id: I069ae88e0b4c762db65fa0e6707b0d49cc9bf19c
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1692869Reviewed-by: default avatarKevin McNee <mcnee@chromium.org>
Commit-Queue: Kevin McNee <mcnee@chromium.org>
Cr-Commit-Position: refs/heads/master@{#675679}
parent 67afa2a8
...@@ -1023,8 +1023,8 @@ TEST_F(PreviewsUKMObserverTest, TestPageEndReasonUMA) { ...@@ -1023,8 +1023,8 @@ TEST_F(PreviewsUKMObserverTest, TestPageEndReasonUMA) {
page_load_metrics::PageEndReason::END_NEW_NAVIGATION, 2); page_load_metrics::PageEndReason::END_NEW_NAVIGATION, 2);
} }
// TODO(crbug.com/981058): Re-enable this test on Linux. // TODO(crbug.com/981058): Re-enable this test on Linux and Windows.
#if defined(OS_LINUX) #if defined(OS_LINUX) || defined(OS_WIN)
#define MAYBE_TestPageEndReasonUMACoinFlipHoldback \ #define MAYBE_TestPageEndReasonUMACoinFlipHoldback \
DISABLED_TestPageEndReasonUMACoinFlipHoldback DISABLED_TestPageEndReasonUMACoinFlipHoldback
#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