We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2d3eb0a commit 1b261a6Copy full SHA for 1b261a6
1 file changed
pkg/sshd/server_test.go
@@ -130,6 +130,8 @@ func TestPushInvalidArgsLength(t *testing.T) {
130
131
// TestConcurrentPushSameRepo tests many concurrent pushes, each to the same repo
132
func TestConcurrentPushSameRepo(t *testing.T) {
133
+ t.Skip("skipping because the global lock prevents testing the repository lock, for multiple concurrent pushes to the same repo")
134
+ t.SkipNow()
135
const testingServerAddr = "127.0.0.1:2245"
136
key, err := sshTestingHostKey()
137
assert.NoErr(t, err)
0 commit comments