diff --git a/spec/system/admin/order_spec.rb b/spec/system/admin/order_spec.rb index db3ba09e8a..c4c5db1350 100644 --- a/spec/system/admin/order_spec.rb +++ b/spec/system/admin/order_spec.rb @@ -416,7 +416,7 @@ RSpec.describe ' end # Regression test for #7337 - context "creating a new order with a variant override" do + context "creating a new order with a variant override", feature: :inventory do let!(:override) { create(:variant_override, hub: distributor, variant: product.variants.first, count_on_hand: 100)