Commit b161ba1e authored by Timothy Loh's avatar Timothy Loh Committed by Commit Bot

Disable flaky ResourceLoadingHintsBrowserTest tests on Linux

https://test-results.appspot.com/dashboards/flakiness_dashboard.html#testType=viz_browser_tests&tests=ResourceLoadingHintsBrowserTest.ResourceLoadingHints

TBR=tbansal

Bug: 866212
Change-Id: Ie4e1ff6848b2b28d7daf98a74057296a6de2a5df
Reviewed-on: https://chromium-review.googlesource.com/1146532Reviewed-by: default avatarTimothy Loh <timloh@chromium.org>
Commit-Queue: Timothy Loh <timloh@chromium.org>
Cr-Commit-Position: refs/heads/master@{#577126}
parent dd1cb805
...@@ -282,9 +282,9 @@ class ResourceLoadingHintsBrowserTest ...@@ -282,9 +282,9 @@ class ResourceLoadingHintsBrowserTest
}; };
// Previews InfoBar (which these tests triggers) does not work on Mac. // Previews InfoBar (which these tests triggers) does not work on Mac.
// See crbug.com/782322 for details. Also occasional flakes on win7 // See crbug.com/782322 for details. Also occasional flakes on win7/linux
// (crbug.com/789542). // (crbug.com/789542, crbug.com/866212).
#if !defined(OS_MACOSX) && !defined(OS_WIN) #if !defined(OS_MACOSX) && !defined(OS_WIN) && !defined(OS_LINUX)
#define MAYBE_ResourceLoadingHintsHttpsWhitelisted \ #define MAYBE_ResourceLoadingHintsHttpsWhitelisted \
ResourceLoadingHintsHttpsWhitelisted ResourceLoadingHintsHttpsWhitelisted
#define MAYBE_ResourceLoadingHintsHttpsWhitelistedRedirectToHttps \ #define MAYBE_ResourceLoadingHintsHttpsWhitelistedRedirectToHttps \
......
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