Commit a4c59acc authored by Kevin Marshall's avatar Kevin Marshall Committed by Commit Bot

[Flakiness] Disable "ConfirmCacheInformationPlumbed" test.

Test breaks the bot "Linux Tests (dbg)(1)".

TBR=dcheng@chromium.org

Bug: 1026725
Change-Id: I2c606cfcbc9c8867387f609727d453cb4cd7c510
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927033
Commit-Queue: Kevin Marshall <kmarshall@chromium.org>
Reviewed-by: default avatarKevin Marshall <kmarshall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#717232}
parent 32207d0a
...@@ -146,7 +146,11 @@ class RenderViewBrowserTest : public ContentBrowserTest { ...@@ -146,7 +146,11 @@ class RenderViewBrowserTest : public ContentBrowserTest {
#define MAYBE_ConfirmCacheInformationPlumbed \ #define MAYBE_ConfirmCacheInformationPlumbed \
DISABLED_ConfirmCacheInformationPlumbed DISABLED_ConfirmCacheInformationPlumbed
#else #else
#define MAYBE_ConfirmCacheInformationPlumbed ConfirmCacheInformationPlumbed
// Disabled due to failures (crbug.com/1026725)
#define MAYBE_ConfirmCacheInformationPlumbed \
DISABLED_ConfirmCacheInformationPlumbed
#endif // defined(OS_ANDROID) && defined(ADDRESS_SANITIZER) #endif // defined(OS_ANDROID) && defined(ADDRESS_SANITIZER)
IN_PROC_BROWSER_TEST_F(RenderViewBrowserTest, IN_PROC_BROWSER_TEST_F(RenderViewBrowserTest,
MAYBE_ConfirmCacheInformationPlumbed) { MAYBE_ConfirmCacheInformationPlumbed) {
......
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