Skip to content

Commit

Permalink
Merge pull request ssbc#256 from KyleMaas/try-to-fix-client-test
Browse files Browse the repository at this point in the history
Re-enable TestStatusCalls test
  • Loading branch information
decentral1se authored Dec 18, 2022
2 parents 83f9097 + 2f25e91 commit 2c9c86b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions client/client_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -179,10 +179,6 @@ func TestLotsOfWhoami(t *testing.T) {
func TestStatusCalls(t *testing.T) {
// defer leakcheck.Check(t)

if testutils.SkipOnCI(t) {
return
}

mkTCP := func(t *testing.T, opts ...sbot.Option) (*sbot.Sbot, mkClient) {
r := require.New(t)

Expand Down

0 comments on commit 2c9c86b

Please sign in to comment.