Commit ef9d3934 authored by Fergus Dall's avatar Fergus Dall

Sheriff: Disable crashing test TabLifecycleUnitTest.CannotFreezeOrDiscardIfConnectedToBluetooth

TBR=fdoray@chromium.org

Bug: 1004578
Change-Id: I3d9fdd9c114f93b91958653f4ab1d73bed7e7b10
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1808291Reviewed-by: default avatarFergus Dall <sidereal@google.com>
Cr-Commit-Position: refs/heads/master@{#697033}
parent 4c034a27
......@@ -901,7 +901,9 @@ TEST_F(TabLifecycleUnitTest, DisableHeuristicsFlag) {
decision_details.Clear();
}
TEST_F(TabLifecycleUnitTest, CannotFreezeOrDiscardIfConnectedToBluetooth) {
// TODO(crbug.com/1004578) Disabled due to flake
TEST_F(TabLifecycleUnitTest,
DISABLED_CannotFreezeOrDiscardIfConnectedToBluetooth) {
TabLifecycleUnit tab_lifecycle_unit(GetTabLifecycleUnitSource(), &observers_,
usage_clock_.get(), web_contents_,
tab_strip_model_.get());
......
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