Skip to content

Commit bad1991

Browse files
committed
Activate SSH/lock test
1 parent ac9e714 commit bad1991

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

integrations/git_test.go

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -214,11 +214,9 @@ func TestGit(t *testing.T) {
214214
commitAndPush(t, bigSize, dstPath)
215215
})
216216
})
217-
/* Failed without #3152. TODO activate with fix.
218217
t.Run("Locks", func(t *testing.T) {
219-
lockTest(t, u.String(), dstPath)
218+
lockTest(t, u.String(), dstPath)
220219
})
221-
*/
222220
})
223221
})
224222
})

0 commit comments

Comments
 (0)