Skip to content

Commit

Permalink
Merge pull request #244 from LemmyNet/main
Browse files Browse the repository at this point in the history
[pull] master from LemmyNet:main
  • Loading branch information
pull[bot] authored Jan 22, 2025
2 parents cbe7bce + af71cc5 commit 0fdbeff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api_tests/src/community.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,7 +379,8 @@ test("User blocks instance, communities are hidden", async () => {
expect(listing_ids3).toContain(postRes.post_view.post.ap_id);
});

test("Community follower count is federated", async () => {
// TODO: this test keeps failing randomly in CI
test.skip("Community follower count is federated", async () => {
// Follow the beta community from alpha
let community = await createCommunity(beta);
let communityActorId = community.community_view.community.actor_id;
Expand Down

0 comments on commit 0fdbeff

Please sign in to comment.