Commit 16083267 authored by Gregory Chatzinoff's avatar Gregory Chatzinoff Committed by Commit Bot

Revert "Reenable testBadgedReadingListFeatureShouldShow."

This reverts commit 15a3e07e.

Reason for revert: Still failing on bots.

Original change's description:
> Reenable testBadgedReadingListFeatureShouldShow.
> 
> Reenable this test since flake seems to have been fixed on FYI bots.
> 
> Bug: 789943
> Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs
> Change-Id: I184607d3fc25206409c0786d81583c49a9f8471a
> Reviewed-on: https://chromium-review.googlesource.com/807166
> Reviewed-by: edchin <edchin@chromium.org>
> Commit-Queue: Gregory Chatzinoff <gchatz@chromium.org>
> Cr-Commit-Position: refs/heads/master@{#521764}

TBR=edchin@chromium.org,gchatz@chromium.org

Change-Id: Ia4838fc7a683aaeb54eebbf1c4432f0baeb55b09
No-Presubmit: true
No-Tree-Checks: true
No-Try: true
Bug: 789943
Cq-Include-Trybots: master.tryserver.chromium.mac:ios-simulator-cronet;master.tryserver.chromium.mac:ios-simulator-full-configs
Reviewed-on: https://chromium-review.googlesource.com/809857Reviewed-by: default avatarGregory Chatzinoff <gchatz@chromium.org>
Commit-Queue: Gregory Chatzinoff <gchatz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#521945}
parent 9a656dcb
......@@ -89,7 +89,9 @@ void EnableBadgedReadingListTriggering(
// Verifies that the Badged Reading List feature shows when triggering
// conditions are met.
- (void)testBadgedReadingListFeatureShouldShow {
// TODO(crbug.com/789943): This test is flaky on devices. Reenable it once it is
// fixed.
- (void)FLAKY_testBadgedReadingListFeatureShouldShow {
base::test::ScopedFeatureList scoped_feature_list;
EnableBadgedReadingListTriggering(scoped_feature_list);
......
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