diff --git a/backend/spec/features/admin/orders/order_details_spec.rb b/backend/spec/features/admin/orders/order_details_spec.rb index 5391a9086fc..0fbbfbccc8c 100644 --- a/backend/spec/features/admin/orders/order_details_spec.rb +++ b/backend/spec/features/admin/orders/order_details_spec.rb @@ -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)