Skip to content

Commit

Permalink
test: disable TestAboutNames temporarily
Browse files Browse the repository at this point in the history
See #282.
  • Loading branch information
decentral1se committed Dec 28, 2022
1 parent 8a15e3d commit 9fe9976
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions plugins2/names/about_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,18 +13,23 @@ import (
"path/filepath"
"testing"

"github.com/stretchr/testify/require"
"github.com/ssbc/go-luigi"
"github.com/stretchr/testify/require"

refs "github.com/ssbc/go-ssb-refs"
"github.com/ssbc/go-ssb/client"
"github.com/ssbc/go-ssb/internal/testutils"
"github.com/ssbc/go-ssb/plugins2"
"github.com/ssbc/go-ssb/plugins2/names"
"github.com/ssbc/go-ssb/sbot"
refs "github.com/ssbc/go-ssb-refs"
)

func TestAboutNames(t *testing.T) {
if testutils.SkipOnCI(t) {
// https://github.com/ssbc/go-ssb/issues/282
return
}

// defer leakcheck.Check(t) TODO: add closer to plugin so that they can free their resources properly
r := require.New(t)
ctx, cancel := context.WithCancel(context.Background())
Expand Down

0 comments on commit 9fe9976

Please sign in to comment.