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:
Javen O'Neal 2016-02-18 17:53:13 +00:00
parent 20777db2e7
commit 2cab09db04
1 changed files with 3 additions and 3 deletions

View File

@ -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() {