Skip to content

Commit

Permalink
test: TestDontStartTwiceOnTheSameRepo is back
Browse files Browse the repository at this point in the history
  • Loading branch information
decentral1se committed Dec 18, 2022
1 parent 7bd9543 commit 0dea436
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions cmd/go-sbot/crashrecovery_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -13,17 +13,12 @@ import (
"testing"
"time"

"github.com/stretchr/testify/require"
"github.com/ssbc/go-ssb/client"
"github.com/ssbc/go-ssb/internal/testutils"
"github.com/stretchr/testify/require"
)

// make sure the process has an effective locking mechanism for the repo
func TestDontStartTwiceOnTheSameRepo(t *testing.T) {
if testutils.SkipOnCI(t) {
return
}

r := require.New(t)

testPath := filepath.Join(".", "testrun", t.Name())
Expand Down

0 comments on commit 0dea436

Please sign in to comment.