Recent Tests: Do not calculate location when showing popup, it can be heavy

This commit is contained in:
Yaroslav Lepenkin
2016-02-03 14:48:58 +03:00
parent e915f393e8
commit 63c9156fa8
@@ -60,10 +60,6 @@ public class RecentTestsData {
}
public void addTest(String url, TestStateInfo.Magnitude magnitude, Date runDate) {
if (myRunner.getLocation(url) == null) {
return;
}
if (myRunner.isSuite(url)) {
mySuites.put(url, new SuiteInfo(url, magnitude, runDate));
return;