commit | d6d23e13a569d8f5b4ace42fbe249ac2b04e3985 | [log] [tgz] |
---|---|---|
author | Kevin Chyn <kchyn@google.com> | Tue Feb 16 18:17:08 2021 -0800 |
committer | Kevin Chyn <kchyn@google.com> | Tue Feb 16 21:34:34 2021 -0800 |
tree | 2a887876d33c1d5e4fd6f3b42b569c767e2aa482 | |
parent | b2888343b76985188fa2a02acedebe5dbc8755aa [diff] |
Try to ensure tests run sequentially Asynchronous operations that are performed in close() (such as cleanupInternalState()) should complete before close() finishes. Otherwise, we risk subsequent tests starting and causing racey conditions while cleanup has not finished yet. Fixes: 180192766 Test: atest CtsBiometricsTestCases Test: atest com.android.server.biometrics Change-Id: I3fdb3fe0be59e826d0c14e14a2590ccdde568774