Commit 86cbb10d authored by Devlin Cronin's avatar Devlin Cronin Committed by Commit Bot

[Sheriff] Disable SafetyTipPageInfoBubbleViewBrowserTest with specific variant

The UIStatus::kEnabledWithNoFeatures variant of the
SafetyTipPageInfoBubbleViewBrowserTest test suite has been flaking.
Disable this specific variant, to avoid disabling the coverage for the
other variants.

TBR=jdeblasio@chromium.org

Bug: 1113105
Change-Id: If6e499367e63ed152fa15befd7bf66bf5c0a98e6
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2339817Reviewed-by: default avatarJoe DeBlasio <jdeblasio@chromium.org>
Reviewed-by: default avatarDevlin <rdevlin.cronin@chromium.org>
Commit-Queue: Devlin <rdevlin.cronin@chromium.org>
Cr-Commit-Position: refs/heads/master@{#795084}
parent ee753333
...@@ -429,7 +429,8 @@ INSTANTIATE_TEST_SUITE_P( ...@@ -429,7 +429,8 @@ INSTANTIATE_TEST_SUITE_P(
All, All,
SafetyTipPageInfoBubbleViewBrowserTest, SafetyTipPageInfoBubbleViewBrowserTest,
::testing::Values(UIStatus::kDisabled, ::testing::Values(UIStatus::kDisabled,
UIStatus::kEnabledWithDefaultFeatures, // Disabled for flakiness. https://crbug.com/1113105.
// UIStatus::kEnabledWithDefaultFeatures,
UIStatus::kEnabledWithSuspiciousSites, UIStatus::kEnabledWithSuspiciousSites,
UIStatus::kEnabledWithAllFeatures)); UIStatus::kEnabledWithAllFeatures));
......
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