diff options
author | Gavin Corkery <gavincorkery@google.com> | 2020-05-29 10:24:32 +0000 |
---|---|---|
committer | Gavin Corkery <gavincorkery@google.com> | 2020-05-29 10:25:35 +0000 |
commit | 64201f9d9c28c92515a88c4ea905db334027505f (patch) | |
tree | 048d63c106e77b564bd468a5236416b5f006ccbe /tests/PackageWatchdog | |
parent | 553c94bcabce0fb449a97da502969b20d1cffd16 (diff) |
Revert "Ensure that health check controller is unbound correctly"
This reverts commit 553c94bcabce0fb449a97da502969b20d1cffd16.
Reason for revert: Breaks NetworkStagedRollbackTest. Will re-submit change once I have a fix for that issue
Bug: 157662759
Change-Id: If81c01c597f37ff01924c8b038cbd38f77e7fa06
Diffstat (limited to 'tests/PackageWatchdog')
-rw-r--r-- | tests/PackageWatchdog/src/com/android/server/PackageWatchdogTest.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/PackageWatchdog/src/com/android/server/PackageWatchdogTest.java b/tests/PackageWatchdog/src/com/android/server/PackageWatchdogTest.java index ae93a81f274e..d011dbbbe5db 100644 --- a/tests/PackageWatchdog/src/com/android/server/PackageWatchdogTest.java +++ b/tests/PackageWatchdog/src/com/android/server/PackageWatchdogTest.java @@ -1113,7 +1113,6 @@ public class PackageWatchdogTest { mTestLooper.dispatchAll(); List<Set> expectedSyncRequests = List.of( - Set.of(), Set.of(APP_A), Set.of(APP_A, APP_B), Set.of(APP_A, APP_B, APP_C), |