DEV: Skip flaky test (#829)
This commit is contained in:
parent
4f6b36147b
commit
95e70474fd
|
@ -3,7 +3,7 @@
|
||||||
RSpec.describe "Admin dashboard", type: :system do
|
RSpec.describe "Admin dashboard", type: :system do
|
||||||
fab!(:admin)
|
fab!(:admin)
|
||||||
|
|
||||||
it "displays the sentiment dashboard" do
|
xit "displays the sentiment dashboard" do
|
||||||
SiteSetting.ai_sentiment_enabled = true
|
SiteSetting.ai_sentiment_enabled = true
|
||||||
sign_in(admin)
|
sign_in(admin)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue