commit | a8cf76dfabe49570e4f3a3f8eda5424b2e8a27a0 | [log] [tgz] |
---|---|---|
author | paulhu <paulhu@google.com> | Tue Sep 10 17:44:33 2019 +0800 |
committer | paulhu <paulhu@google.com> | Tue Sep 10 17:44:33 2019 +0800 |
tree | 242b49d587aefdd3ed9a751b7a2a54427c7f2ecb | |
parent | 6e7bf3337cc9e7b6c3e9fa1731f606c262363a02 [diff] |
Remove @FlakyTest on testTcpBufferReset After aosp/1111617 merged, the test pass rate of testTcpBufferReset is 100% on Android Test Metrics. That means this test is not flaky. So remove @FlakyTest annotation on the test. Change-Id: I1fb47a9fda294030c41dc53cf4bac3849a2f3d54 Fix: 140305678 Test: atest ConnectivityServiceTest#testTcpBufferReset