Skip to content

Commit 7690a8c

Browse files
Merge pull request #4946 from solidusio/kennyadsl/more-flaky
Mark another spec as flaky
2 parents 019ba27 + 2d85a70 commit 7690a8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/spec/features/admin/orders/order_details_spec.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -404,7 +404,7 @@
404404

405405
context 'there is not enough stock at the other location' do
406406
context 'and it cannot backorder' do
407-
it 'should not allow me to split stock' do
407+
it 'should not allow me to split stock', :flaky do
408408
product.master.stock_items.last.update_column(:backorderable, false)
409409
product.master.stock_items.last.update_column(:count_on_hand, 0)
410410

0 commit comments

Comments
 (0)