commit | 3dcfdd06425256450aae507cab5a592ebb5e7c31 | [log] [tgz] |
---|---|---|
author | chiachangwang <[email protected]> | Thu Apr 20 09:26:44 2023 +0000 |
committer | chiachangwang <[email protected]> | Thu Apr 20 09:43:40 2023 +0000 |
tree | f4c16416fc8c638f322ce2d578f6254a31e6a029 | |
parent | 228a2b69904289895360ccbd7e65bba0d20ffc28 [diff] |
Remove unnecessary mocking in tearDown The setup for the mocking object will be reset when each test finishs the test. Reset the mocking value is actually no-op but cause possible threading issue in Mokito. Bug: 278979735 Test: atest com.android.server.connectivity.VpnTest \ --rerun-until-failure 100 Change-Id: Ib8c3813e5dbcc9b7432a5548766d63e400b4ed0e