Skip to content

Commit

Permalink
Merge pull request solidusio#4946 from solidusio/kennyadsl/more-flaky
Browse files Browse the repository at this point in the history
Mark another spec as flaky
  • Loading branch information
waiting-for-dev committed Feb 15, 2023
2 parents 019ba27 + 2d85a70 commit 7690a8c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/spec/features/admin/orders/order_details_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -404,7 +404,7 @@

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

Expand Down

0 comments on commit 7690a8c

Please sign in to comment.