DEV: skip edit message test until new service added to chat (#259)

Temporarily skip the edit chat message test as we are moving MessageUpdate to a new service in Chat.
This commit is contained in:
David Battersby 2023-10-23 15:30:12 +08:00 committed by GitHub
parent 1500308437
commit abd3da3383
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -52,7 +52,7 @@ describe DiscourseAi::Toxicity::EntryPoint do
end
end
context "when editing a chat message" do
xcontext "when editing a chat message" do
# This fabricator trigger events because it uses the MessageCreator.
# Using let makes the test fail.
fab!(:chat_message) { Fabricate(:chat_message) }