commit | 2ee2498b083590c25cc7772f3e282da58be27e2e | [log] [tgz] |
---|---|---|
author | Motomu Utsumi <motomuman@google.com> | Tue Dec 19 19:06:14 2023 +0900 |
committer | Motomu Utsumi <motomuman@google.com> | Tue Dec 19 19:11:48 2023 +0900 |
tree | ddbd44e4ac0d0e51f7e9a7ebcaf8fdae50f871d8 | |
parent | dbae5744a14125a3fc61f0a9b586a6af189db684 [diff] |
Updates doTestAllowedUids to wait network Lost doTestAllowedUids did not wait the network disconnect and this made the test flaky since doTestAllowedUids saw the network from the previous doTestAllowedUids. This CL update doTestAllowedUids to wait network Lost Before this CL, test failed 6 times in 1000 tries. After this CL, test does not fail in 1000 tries. Test: atest testAllowedUids --iterations 1000 Bug: 312206245 Change-Id: I270a230c15dfd2c44ba29f203bc55c0f47649e98