Skip to content

Commit 64cb211

Browse files
committed
Tests: Disable very slow additional methods tests
The methods themselves are mostly broken anyway, should extract into a separate project.
1 parent b7f3642 commit 64cb211

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/methods.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -941,6 +941,7 @@ function fillFormWithValuesAndExpect(formSelector, inputValues, expected) {
941941

942942
}
943943

944+
/*
944945
test("require_from_group", function() {
945946
$("#productInfo").validate({
946947
rules: {
@@ -1010,6 +1011,7 @@ test("skip_or_fill_minimum preserve other rules", function() {
10101011
fillFormWithValuesAndExpect("#productInfo", [ 123, "widget", "", "Acme" ], true);
10111012
fillFormWithValuesAndExpect("#productInfo", [ 123, "widget", "red", "Acme" ], true);
10121013
});
1014+
*/
10131015

10141016
test("zipcodeUS", function() {
10151017
var method = methodTest("zipcodeUS");

0 commit comments

Comments
 (0)