Skip to content

Commit

Permalink
[Sheriff] Disable flaky test FlagsFragmentTest#testToggledFlagsFloatT…
Browse files Browse the repository at this point in the history
…oTop

Bug: 1141442
Change-Id: I3dd0b01a6c5dfa2d3c7cb4ec634f34e4b140c4e2
TBR: ntfschr@chromium.org
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2498832
Reviewed-by: Patrick Noland <pnoland@chromium.org>
Commit-Queue: Patrick Noland <pnoland@chromium.org>
Cr-Commit-Position: refs/heads/master@{#820793}
  • Loading branch information
Patrick Noland authored and Commit Bot committed Oct 26, 2020
1 parent 5ce8156 commit f121cf1
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@
import org.chromium.android_webview.services.DeveloperUiService;
import org.chromium.android_webview.test.AwJUnit4ClassRunner;
import org.chromium.base.test.util.CallbackHelper;
import org.chromium.base.test.util.DisabledTest;
import org.chromium.base.test.util.Feature;
import org.chromium.content_public.browser.test.util.TestThreadUtils;

Expand Down Expand Up @@ -398,6 +399,7 @@ public void testTogglingFlagShowsBlueDot() throws Throwable {
@Test
@MediumTest
@Feature({"AndroidWebView"})
@DisabledTest(message = "https://crbug.com/1141442")
public void testToggledFlagsFloatToTop() throws Throwable {
ListView flagsList = mRule.getActivity().findViewById(R.id.flags_list);
int totalNumFlags = flagsList.getCount();
Expand Down

0 comments on commit f121cf1

Please sign in to comment.