Skip to content

Commit

Permalink
Re-enable CI for NamesTest
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleMaas committed Jan 16, 2023
1 parent a960622 commit c82cf59
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions sbot/names_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,10 @@ import (
refs "github.com/ssbc/go-ssb-refs"
"github.com/ssbc/go-ssb/client"
"github.com/ssbc/go-ssb/internal/leakcheck"
"github.com/ssbc/go-ssb/internal/testutils"
"github.com/ssbc/go-ssb/repo"
)

func TestNames(t *testing.T) {
if testutils.SkipOnCI(t) {
// https://github.com/ssbc/go-ssb/pull/170
return
}

if os.Getenv("LIBRARIAN_WRITEALL") != "0" {
t.Fatal("please 'export LIBRARIAN_WRITEALL=0' for this test to pass")
// TODO: expose index flushing
Expand Down

0 comments on commit c82cf59

Please sign in to comment.