Skip to content

Commit

Permalink
Xits pending spec that can intermittently pass causing intermittent C…
Browse files Browse the repository at this point in the history
…I failures #1088
  • Loading branch information
Michael Dworken committed Aug 11, 2019
1 parent 29cdf66 commit c89d746
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/distribution_system_spec.rb
Expand Up @@ -269,7 +269,7 @@
expect(qty).to eq(@existing_barcode.quantity.to_s)
end

it "a user can add items that do not yet have a barcode" do
xit "a user can add items that do not yet have a barcode" do
pending("fix this test")
page.fill_in "_barcode-lookup-0", with: "123123123321\n"
find('#_barcode-lookup-0').set("123123123321\n")
Expand Down

0 comments on commit c89d746

Please sign in to comment.