commit | 1d15e5dff77f09c23d5803cf65263efd66ddc06c | [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 | 904cc9951887b018770e9fedb510a816eb424936 | |
parent | d191463bb0a528d3dc97a21b85ad83374b27c239 [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