Commit 28f3150d authored by Ayu Ishii's avatar Ayu Ishii Committed by Commit Bot

Idle: Disable flaky test

Bug: 1062668
Change-Id: I40137e8782a2456364271b62a39c5a10cac068c0
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2111372
Commit-Queue: Victor Costan <pwnall@chromium.org>
Reviewed-by: default avatarVictor Costan <pwnall@chromium.org>
Cr-Commit-Position: refs/heads/master@{#751888}
parent 94776445
...@@ -330,7 +330,8 @@ TEST_F(IdleManagerTest, LockingScreenThenIdle) { ...@@ -330,7 +330,8 @@ TEST_F(IdleManagerTest, LockingScreenThenIdle) {
} }
} }
TEST_F(IdleManagerTest, LockingScreenAfterIdle) { // Disabled test: https://crbug.com/1062668
TEST_F(IdleManagerTest, DISABLED_LockingScreenAfterIdle) {
mojo::Remote<blink::mojom::IdleManager> service_remote; mojo::Remote<blink::mojom::IdleManager> service_remote;
auto impl = std::make_unique<IdleManager>(); auto impl = std::make_unique<IdleManager>();
......
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