commit | 92249244647b81485fe47f53c7730c723db486bd | [log] [tgz] |
---|---|---|
author | Joanne Chung <joannechung@google.com> | Wed Sep 23 15:52:45 2020 +0800 |
committer | Joanne Chung <joannechung@google.com> | Wed Sep 23 16:08:57 2020 +0800 |
tree | 890123ceea23701bef6b16b715c62e1dae03c9bf | |
parent | 5cdbfe4c99ed0f2437419e4283a4a93f4b8703c3 [diff] |
Disable the services before each test We set the AutofillService in some tests but we don’t disable before the next test, the test execute time is very quick, sometimes it may affect the next test. To reduce the problem, we disable the AutofillService and AugmentedAutofillService before the test to make sure the test state is clean. Bug: 165822715 Test: atest AutofillPerfTests Change-Id: I77c9cc0749c38823a4305a7a0a23f940295db828