Temporarily disable flaky line item spec

This is causing almost all PRs to fail in CI and blocking our delivery
pipe. We're already working on a solution in
https://github.com/openfoodfoundation/openfoodnetwork/pull/4458.
This commit is contained in:
Pau Perez
2019-11-12 13:23:04 +01:00
parent ed15bc422e
commit 16f570b8f7

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