Remove obsolete comment from early file locking implementation

Signed-off-by: Patrick Decat <pdecat@gmail.com>
pull/5678/head
Patrick Decat 6 years ago
parent 7a470252a9
commit 848d54f451
No known key found for this signature in database
GPG Key ID: FD55B9BD5687D8FF

@ -128,7 +128,6 @@ func TestRepoAddConcurrentGoRoutines(t *testing.T) {
wg.Add(3)
for i := 0; i < 3; i++ {
go func(name string) {
// TODO: launch repository additions in sub-processes as file locks are bound to processes, not file descriptors
defer wg.Done()
if err := addRepository(name, ts.URL(), "", "", settings.Home, "", "", "", true); err != nil {
t.Error(err)

Loading…
Cancel
Save