]> source.dussan.org Git - poi.git/commitdiff
bug 58896: comment out time-dependent test
authorJaven O'Neal <onealj@apache.org>
Thu, 18 Feb 2016 17:53:13 +0000 (17:53 +0000)
committerJaven O'Neal <onealj@apache.org>
Thu, 18 Feb 2016 17:53:13 +0000 (17:53 +0000)
git-svn-id: https://svn.apache.org/repos/asf/poi/trunk@1731101 13f79535-47bb-0310-9956-ffa450edef68

src/testcases/org/apache/poi/ss/usermodel/BaseTestBugzillaIssues.java

index 99c07c0c6c6ca5909126bf52b6055d15b0d6db90..278cd762ed3ae7187be0c029a43ea595c7387aee 100644 (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() {