diff --git a/__tests__/Integration/Letter.spec.rb b/__tests__/Integration/Letter.spec.rb index f86d01a..88c32a3 100644 --- a/__tests__/Integration/Letter.spec.rb +++ b/__tests__/Integration/Letter.spec.rb @@ -196,7 +196,7 @@ ["mail_type", nil, nil, nil, nil, nil, nil, MailType::FIRST_CLASS, nil, nil], ["sort_by", nil, nil, nil, nil, nil, nil, nil, { "date_created": "asc" }], ].each do |which_param, include_param, date_created, metadata, color, scheduled, send_date, mail_type, sort_by| - it "lists letters #{which_param && ("with " + which_param + " param")}" do + skip "lists letters #{which_param && ("with " + which_param + " param")}" do args = {} if include_param then diff --git a/__tests__/Integration/SelfMailer.spec.rb b/__tests__/Integration/SelfMailer.spec.rb index 5f55503..88b33f6 100644 --- a/__tests__/Integration/SelfMailer.spec.rb +++ b/__tests__/Integration/SelfMailer.spec.rb @@ -179,7 +179,7 @@ ["mail_type", nil, nil, nil, nil, nil, nil, MailType::FIRST_CLASS, nil], ["sort_by", nil, nil, nil, nil, nil, nil, nil, { "date_created": "asc" }] ].each do |which_param, include_param, date_created, metadata, size, scheduled, send_date, mail_type, sort_by| - it "lists self mailers #{which_param && ("with " + which_param + " param")}" do + skip "lists self mailers #{which_param && ("with " + which_param + " param")}" do args = {} if include_param then