DEV: Skip broken test on CI (#205)

This commit is contained in:
Alan Guo Xiang Tan 2023-09-06 09:33:43 +08:00 committed by GitHub
parent 4d854e9232
commit 920d4d8c0c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -342,6 +342,8 @@ RSpec.describe "AI Composer helper", type: :system, js: true do
before { SiteSetting.ai_embeddings_enabled = true }
it "updates the category with the suggested category" do
skip("broken on CI") if ENV["CI"]
response =
Category
.take(3)