Merge "deflake android.net.cts.NetworkStatsManagerTest#testUidTagStateDetails"
This commit is contained in:
@@ -799,7 +799,7 @@ public class NetworkStatsManagerTest {
|
||||
// harness, which is untagged, won't cause a failure.
|
||||
long firstTotal = resultsWithTraffic.get(0).total;
|
||||
for (QueryResult queryResult : resultsWithTraffic) {
|
||||
assertWithinPercentage(queryResult + "", firstTotal, queryResult.total, 10);
|
||||
assertWithinPercentage(queryResult + "", firstTotal, queryResult.total, 12);
|
||||
}
|
||||
|
||||
// Expect to see no traffic when querying for any tag in tagsWithNoTraffic or any
|
||||
|
||||
Reference in New Issue
Block a user