Merge pull request #4459 from coopdevs/temporarily-disable-flaky-spec

Temporarily disable flaky line item spec
This commit is contained in:
Pau Pérez Fabregat
2019-11-12 13:59:02 +01:00
committed by GitHub

View File

@@ -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