Commit c294b557 authored by David Trainor's avatar David Trainor Committed by Chromium LUCI CQ

Disabling broken SiteSettingsTest

TBR=andypaicu@chromium.org

Bug: 1167452
Change-Id: I68155a0657feda06f713b9cf02f9b3d15d1dc01d
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2643756
Auto-Submit: David Trainor <dtrainor@chromium.org>
Reviewed-by: default avatarXing Liu <xingliu@chromium.org>
Commit-Queue: David Trainor <dtrainor@chromium.org>
Cr-Commit-Position: refs/heads/master@{#845843}
parent 2b2eac93
......@@ -1327,7 +1327,9 @@ public class SiteSettingsTest {
@Test
@MediumTest
@Feature({"Preferences"})
@DisableIf.Build(message = "EME not working before M", sdk_is_less_than = Build.VERSION_CODES.M)
//@DisableIf.Build(message = "EME not working before M", sdk_is_less_than =
// Build.VERSION_CODES.M)
@DisabledTest(message = "Flaky test. https://crbug.com/1167452")
public void testProtectedContentAllowThenBlock() throws Exception {
initializeUpdateWaiter(true /* expectGranted */);
mPermissionRule.runNoPromptTest(mPermissionUpdateWaiter,
......
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