Commit f475cac4 authored by Avi Drissman's avatar Avi Drissman Committed by Commit Bot

Mark test as flaky.

BUG=871784
TBR=joenotcharles@chromium.org
NOTRY=true

Change-Id: If114b2364922392b3e9a56c62a47dd45f1101b62
Reviewed-on: https://chromium-review.googlesource.com/1165832Reviewed-by: default avatarAvi Drissman <avi@chromium.org>
Commit-Queue: Avi Drissman <avi@chromium.org>
Cr-Commit-Position: refs/heads/master@{#581332}
parent cc009559
......@@ -85,7 +85,7 @@ TEST_F(ServiceUtilCleanerTest, DeleteService) {
}
// Flaky. https://crbug.com/871784
TEST_F(ServiceUtilCleanerTest, FLAKY_StopAndDeleteRunningService) {
TEST_F(ServiceUtilCleanerTest, DISABLED_StopAndDeleteRunningService) {
// Install and launch the service.
TestScopedServiceHandle service_handle;
ASSERT_TRUE(service_handle.InstallService());
......@@ -109,7 +109,7 @@ TEST_F(ServiceUtilCleanerTest, FLAKY_StopAndDeleteRunningService) {
}
// Flaky. https://crbug.com/871784
TEST_F(ServiceUtilCleanerTest, FLAKY_DeleteRunningService) {
TEST_F(ServiceUtilCleanerTest, DISABLED_DeleteRunningService) {
// Install and launch the service.
TestScopedServiceHandle service_handle;
ASSERT_TRUE(service_handle.InstallService());
......
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