aboutsummaryrefslogtreecommitdiffstats
path: root/integrations/git_test.go
diff options
context:
space:
mode:
authorAntoine GIRARD <sapk@users.noreply.github.com>2018-01-27 17:48:15 +0100
committerLauris BH <lauris@nix.lv>2018-01-27 18:48:15 +0200
commit9e842c8a722eb1db50cfbdbe7146b67d3670052f (patch)
treed0d1f06f9363276289971759c7134149b9ec6860 /integrations/git_test.go
parent97fe773491ae69531141316a1178d22c8a5d1257 (diff)
downloadgitea-9e842c8a722eb1db50cfbdbe7146b67d3670052f.tar.gz
gitea-9e842c8a722eb1db50cfbdbe7146b67d3670052f.zip
Fix SSH auth lfs locks (#3152)
* Fix SSH auth LFS locks * Activate SSH/lock test * Remove debug * Follow @lunny recommendation for AfterLoad method
Diffstat (limited to 'integrations/git_test.go')
-rw-r--r--integrations/git_test.go4
1 files changed, 1 insertions, 3 deletions
diff --git a/integrations/git_test.go b/integrations/git_test.go
index 05b2c366b1..1ab558d7b7 100644
--- a/integrations/git_test.go
+++ b/integrations/git_test.go
@@ -214,11 +214,9 @@ func TestGit(t *testing.T) {
commitAndPush(t, bigSize, dstPath)
})
})
- /* Failed without #3152. TODO activate with fix.
t.Run("Locks", func(t *testing.T) {
- lockTest(t, u.String(), dstPath)
+ lockTest(t, u.String(), dstPath)
})
- */
})
})
})