Skip api test for fetching nested comment

This commit is contained in:
Felix Ableitner 2024-10-31 11:27:40 +01:00
parent a4f63294de
commit b818cde2fa

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(