Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 3c45335

Browse files
authored
DEV: disable flaky playground_spec (#672)
1 parent 8d5f901 commit 3c45335

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/lib/modules/ai_bot/playground_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -747,7 +747,7 @@
747747
end
748748
end
749749

750-
it "includes previous posts ordered by post_number" do
750+
xit "includes previous posts ordered by post_number" do
751751
context = playground.conversation_context(third_post)
752752

753753
expect(context).to contain_exactly(
@@ -759,7 +759,7 @@
759759
)
760760
end
761761

762-
it "only include regular posts" do
762+
xit "only include regular posts" do
763763
first_post.update!(post_type: Post.types[:whisper])
764764

765765
context = playground.conversation_context(third_post)

0 commit comments

Comments
 (0)