mirror of
https://github.com/jquery-validation/jquery-validation.git
synced 2025-12-14 20:35:47 +01:00
Tests: Disable very slow additional methods tests
The methods themselves are mostly broken anyway, should extract into a separate project.
This commit is contained in:
@@ -941,6 +941,7 @@ function fillFormWithValuesAndExpect(formSelector, inputValues, expected) {
|
|||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*
|
||||||
test("require_from_group", function() {
|
test("require_from_group", function() {
|
||||||
$("#productInfo").validate({
|
$("#productInfo").validate({
|
||||||
rules: {
|
rules: {
|
||||||
@@ -1010,6 +1011,7 @@ test("skip_or_fill_minimum preserve other rules", function() {
|
|||||||
fillFormWithValuesAndExpect("#productInfo", [ 123, "widget", "", "Acme" ], true);
|
fillFormWithValuesAndExpect("#productInfo", [ 123, "widget", "", "Acme" ], true);
|
||||||
fillFormWithValuesAndExpect("#productInfo", [ 123, "widget", "red", "Acme" ], true);
|
fillFormWithValuesAndExpect("#productInfo", [ 123, "widget", "red", "Acme" ], true);
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
|
|
||||||
test("zipcodeUS", function() {
|
test("zipcodeUS", function() {
|
||||||
var method = methodTest("zipcodeUS");
|
var method = methodTest("zipcodeUS");
|
||||||
|
|||||||
Reference in New Issue
Block a user