mirror of https://github.com/apache/poi.git
bug 58896: comment out time-dependent test
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1731101 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
db635c18aa
commit
36ae29751d
|
@ -1471,9 +1471,9 @@ public abstract class BaseTestBugzillaIssues {
|
|||
// fail("Best fit width time per cell exceeded 50000 ns: " + bestFitWidthTimePerCell_ns + " ns");
|
||||
//}
|
||||
|
||||
if (totalTime_s > 10) {
|
||||
fail("Total time exceeded 10 seconds: " + totalTime_s + " s");
|
||||
}
|
||||
//if (totalTime_s > 10) {
|
||||
// fail("Total time exceeded 10 seconds: " + totalTime_s + " s");
|
||||
//}
|
||||
}
|
||||
|
||||
protected long time() {
|
||||
|
|
Loading…
Reference in New Issue