Skip to content

Commit

Permalink
[CMB-501] skip API dependent tests
Browse files Browse the repository at this point in the history
  • Loading branch information
richseviora committed Feb 29, 2024
1 parent c50cd6e commit fde8280
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion __tests__/Integration/Letter.spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion __tests__/Integration/SelfMailer.spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fde8280

Please sign in to comment.