DEV: Skip flaky test (#829)

This commit is contained in:
Rafael dos Santos Silva 2024-10-10 12:02:31 -03:00 committed by GitHub
parent 4f6b36147b
commit 95e70474fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
RSpec.describe "Admin dashboard", type: :system do
fab!(:admin)
it "displays the sentiment dashboard" do
xit "displays the sentiment dashboard" do
SiteSetting.ai_sentiment_enabled = true
sign_in(admin)