From cef8969ce0184d3ea99ae1a304e12475b6a4c408 Mon Sep 17 00:00:00 2001 From: Matt-Yorkley <9029026+Matt-Yorkley@users.noreply.github.com> Date: Sat, 3 Jun 2023 11:47:34 +0100 Subject: [PATCH] Set voucher specs to pending temporarily --- spec/system/consumer/split_checkout_tax_not_incl_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/consumer/split_checkout_tax_not_incl_spec.rb b/spec/system/consumer/split_checkout_tax_not_incl_spec.rb index c7b0de4b614a..b899f5d01de9 100644 --- a/spec/system/consumer/split_checkout_tax_not_incl_spec.rb +++ b/spec/system/consumer/split_checkout_tax_not_incl_spec.rb @@ -62,7 +62,7 @@ Spree::Config.set(tax_using_ship_address: true) end - describe "a not-included tax" do + pending "a not-included tax" do before do zone.update!(default_tax: false) tax_rate.update!(included_in_price: false)