Skip to content

Commit

Permalink
Revert "test: TestBadger works again"
Browse files Browse the repository at this point in the history
This reverts commit 793125c.

See #258 (comment).
  • Loading branch information
decentral1se committed Dec 18, 2022
1 parent e357451 commit a2e2e4c
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions graph/builder_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,11 @@ import (
"time"

"github.com/dgraph-io/badger/v3"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"
"github.com/ssbc/go-luigi"
"github.com/ssbc/margaret"
librarian "github.com/ssbc/margaret/indexes"
"github.com/stretchr/testify/assert"
"github.com/stretchr/testify/require"

"github.com/ssbc/margaret/multilog"
multibadger "github.com/ssbc/margaret/multilog/roaring/badger"
Expand Down Expand Up @@ -134,6 +134,11 @@ func makeBadger(t *testing.T) testStore {
}

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

tc := makeBadger(t)
t.Run("scene1", tc.theScenario)
}
Expand Down

0 comments on commit a2e2e4c

Please sign in to comment.