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 c7b0de4b61..b899f5d01d 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 @@ describe "As a consumer, I want to see adjustment breakdown" do 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)