mirror of
https://github.com/openfoodfoundation/openfoodnetwork
synced 2026-02-27 01:43:22 +00:00
Merge pull request #4459 from coopdevs/temporarily-disable-flaky-spec
Temporarily disable flaky line item spec
This commit is contained in:
@@ -155,7 +155,7 @@ module Spree
|
||||
order.shipment.update!(order)
|
||||
end
|
||||
|
||||
it "creates a shipment without backordered items" do
|
||||
xit "creates a shipment without backordered items" do
|
||||
expect(order.shipment.manifest.first.quantity).to eq 10
|
||||
expect(order.shipment.manifest.first.states).to eq 'on_hand' => 10
|
||||
expect(order.shipment.manifest.first.variant).to eq line_item.variant
|
||||
|
||||
Reference in New Issue
Block a user