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:
Jörn Zaefferer
2015-06-30 14:32:46 +02:00
parent b7f3642e8a
commit 64cb211178

View File

@@ -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");