mirror of
https://github.com/apache/commons-math.git
synced 2025-02-06 18:18:56 +00:00
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:
parent
258918de6b
commit
8ea8869f01
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user