Commit 8e1f59da authored by W. James MacLean's avatar W. James MacLean Committed by Commit Bot

Disable DomDistillerJsTest.RunJsTests.

Disabling another flaky test from this suite.

TBR=nyquist@chromium.org

Bug: 882937
Change-Id: I53faca6b628a745ac543681f0adb34af00856144
Reviewed-on: https://chromium-review.googlesource.com/c/1280280Reviewed-by: default avatarJames MacLean <wjmaclean@chromium.org>
Commit-Queue: James MacLean <wjmaclean@chromium.org>
Cr-Commit-Position: refs/heads/master@{#599624}
parent fab10ec0
...@@ -112,7 +112,7 @@ class DomDistillerJsTest : public content::ContentBrowserTest { ...@@ -112,7 +112,7 @@ class DomDistillerJsTest : public content::ContentBrowserTest {
// Disabled on MSan and Android CFI bots. // Disabled on MSan and Android CFI bots.
// https://crbug.com/845180 // https://crbug.com/845180
#if defined(MEMORY_SANITIZER) || \ #if defined(MEMORY_SANITIZER) || defined(OS_WIN) || \
(defined(OS_ANDROID) && \ (defined(OS_ANDROID) && \
(BUILDFLAG(CFI_CAST_CHECK) || BUILDFLAG(CFI_ICALL_CHECK) || \ (BUILDFLAG(CFI_CAST_CHECK) || BUILDFLAG(CFI_ICALL_CHECK) || \
BUILDFLAG(CFI_ENFORCEMENT_DIAGNOSTIC) || \ BUILDFLAG(CFI_ENFORCEMENT_DIAGNOSTIC) || \
......
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