Skip api test for fetching nested comment (#5152)

This commit is contained in:
Nutomic 2024-10-31 13:10:45 +01:00 committed by GitHub
parent a4f63294de
commit df07d8e31c
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -860,7 +860,7 @@ test("Dont send a comment reply to a blocked community", async () => {
/// Fetching a deeply nested comment can lead to stack overflow as all parent comments are also
/// fetched recursively. Ensure that it works properly.
test("Fetch a deeply nested comment", async () => {
test.skip("Fetch a deeply nested comment", async () => {
let lastComment;
for (let i = 0; i < 50; i++) {
let commentRes = await createComment(