From fde8280758f5b9ef474d7a3f160f6806a018f3c8 Mon Sep 17 00:00:00 2001 From: Rich Seviora Date: Thu, 29 Feb 2024 14:44:51 -0800 Subject: [PATCH] [CMB-501] skip API dependent tests --- __tests__/Integration/Letter.spec.rb | 2 +- __tests__/Integration/SelfMailer.spec.rb | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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