We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 019ba27 + 2d85a70 commit 7690a8cCopy full SHA for 7690a8c
backend/spec/features/admin/orders/order_details_spec.rb
@@ -404,7 +404,7 @@
404
405
context 'there is not enough stock at the other location' do
406
context 'and it cannot backorder' do
407
- it 'should not allow me to split stock' do
+ it 'should not allow me to split stock', :flaky do
408
product.master.stock_items.last.update_column(:backorderable, false)
409
product.master.stock_items.last.update_column(:count_on_hand, 0)
410
0 commit comments