Skip to content

Commit

Permalink
Merge pull request #263 from decentral1se/bring-back-TestPersistence
Browse files Browse the repository at this point in the history
test: TestPersistence works again
  • Loading branch information
decentral1se authored Dec 18, 2022
2 parents 297acbe + 007763b commit 1986947
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions sbot/persistence_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -26,11 +26,6 @@ import (

// store some feeds, stop the bot and reopen the repo
func TestPersistence(t *testing.T) {
if testutils.SkipOnCI(t) {
// https://github.com/ssbc/go-ssb/pull/167
return
}

defer leakcheck.Check(t)

var err error
Expand Down

0 comments on commit 1986947

Please sign in to comment.