Skip to content

Commit

Permalink
DEV: skip flaky spec (#226)
Browse files Browse the repository at this point in the history
  • Loading branch information
jjaffeux authored Dec 18, 2024
1 parent 5e64b91 commit 6677a8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/system/voting_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
sign_in(admin)
end

it "enables voting in category topics and votes" do
skip "enables voting in category topics and votes" do
category_page.visit(category1)
expect(category_page).to have_no_css(category_page.votes)

Expand Down

0 comments on commit 6677a8e

Please sign in to comment.