Commit b82a3be8 authored by Aya ElAttar's avatar Aya ElAttar Committed by Commit Bot

Disable HeuristicsUkmRecorded browsertest

Step "browser_tests" failing on builder "Linux Tests"
because of this test.

TBR: jdeblasio@chromium.org

No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 1113105
Change-Id: I506498638aba27447ad5f06b1bb83caa8158c96e
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2335196
Commit-Queue: Aya Elsayed <ayaelattar@chromium.org>
Reviewed-by: default avatarAya Elsayed <ayaelattar@chromium.org>
Cr-Commit-Position: refs/heads/master@{#794943}
parent 90f7a663
...@@ -1047,7 +1047,7 @@ IN_PROC_BROWSER_TEST_P(SafetyTipPageInfoBubbleViewBrowserTest, ...@@ -1047,7 +1047,7 @@ IN_PROC_BROWSER_TEST_P(SafetyTipPageInfoBubbleViewBrowserTest,
// Tests that UKM data gets properly recorded when safety tip heuristics get // Tests that UKM data gets properly recorded when safety tip heuristics get
// triggered. // triggered.
IN_PROC_BROWSER_TEST_P(SafetyTipPageInfoBubbleViewBrowserTest, IN_PROC_BROWSER_TEST_P(SafetyTipPageInfoBubbleViewBrowserTest,
HeuristicsUkmRecorded) { DISABLED_HeuristicsUkmRecorded) {
const std::vector<const char*> kSensitiveKeywords = {"test"}; const std::vector<const char*> kSensitiveKeywords = {"test"};
ReputationService* rep_service = ReputationService::Get(browser()->profile()); ReputationService* rep_service = ReputationService::Get(browser()->profile());
......
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