Commit 01bf58b0 authored by Sven Zheng's avatar Sven Zheng Committed by Commit Bot

Reenable CleanerSandboxInterface.DeleteService_HandleHeld for debugging

We currently do not have sufficient tools to repro failure on bot without
enable the test.

Bug: 956016
Change-Id: I89a97d78310fbae96016909196e56cd33ead9230
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914295Reviewed-by: default avatarJoe Mason <joenotcharles@chromium.org>
Commit-Queue: Sven Zheng <svenzheng@chromium.org>
Cr-Commit-Position: refs/heads/master@{#715017}
parent 845d0f70
......@@ -801,8 +801,11 @@ TEST(CleanerSandboxInterface, DISABLED_DeleteService_Running) {
EXPECT_FALSE(chrome_cleaner::DoesServiceExist(service_handle.service_name()));
}
// Disabled: https://crbug.com/956016
TEST(CleanerSandboxInterface, DISABLED_DeleteService_HandleHeld) {
// Temporarily enable for debugging flakiness.
// Trooper can ignore this test. Further info refer to
// https://crbug.com/956016
// Updated by svenzheng@chromium.org, 2019-11-13.
TEST(CleanerSandboxInterface, DeleteService_HandleHeld) {
ASSERT_TRUE(chrome_cleaner::EnsureNoTestServicesRunning());
chrome_cleaner::TestScopedServiceHandle service_handle;
......
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