From 95e70474fd959fd754a7278c1aae060e40e9f5a8 Mon Sep 17 00:00:00 2001 From: Rafael dos Santos Silva Date: Thu, 10 Oct 2024 12:02:31 -0300 Subject: [PATCH] DEV: Skip flaky test (#829) --- spec/system/admin_dashboard_spec.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/system/admin_dashboard_spec.rb b/spec/system/admin_dashboard_spec.rb index 0931dc3d..3c21d92d 100644 --- a/spec/system/admin_dashboard_spec.rb +++ b/spec/system/admin_dashboard_spec.rb @@ -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)