Commented out long-running test case.

git-svn-id: https://svn.apache.org/repos/asf/commons/proper/math/trunk@1056580 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Phil Steitz 2011-01-08 01:04:04 +00:00
parent 258918de6b
commit 8ea8869f01

View File

@ -74,7 +74,7 @@ public class WilcoxonSignedRankTestTest extends TestCase {
}
// Exactly 30 is okay
testStatistic.wilcoxonSignedRankTest(x1, y1, true);
//testStatistic.wilcoxonSignedRankTest(x1, y1, true);
try {
testStatistic.wilcoxonSignedRankTest(x2, y2, true);