Skip to content

Commit

Permalink
Merge pull request #150 from strideynet/kevslashnull/skip-self-label-…
Browse files Browse the repository at this point in the history
…test

Skip self label test
  • Loading branch information
strideynet authored Aug 20, 2023
2 parents ef0598b + 3f3a619 commit 2e94751
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ingester/ingester_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -274,6 +274,9 @@ func TestFirehoseIngester(t *testing.T) {
// Skip posts we don't expect to show up.
continue
}
if tp.name == "self labels" {
t.Skip("see https://github.com/strideynet/bsky-furry-feed/issues/149")
}
tp := tp
t.Run(tp.name, func(t *testing.T) {
t.Parallel()
Expand Down

1 comment on commit 2e94751

@vercel
Copy link

@vercel vercel bot commented on 2e94751 Aug 20, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.