summaryrefslogtreecommitdiffstats
path: root/hugolib/hugo_sites_build_test.go
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-02-22 09:38:55 +0100
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2017-02-22 09:38:55 +0100
commit9e6b5eb98e964acd8840482a29db72d5868c9b14 (patch)
tree826cd80e910bf2eb134f1082b7685b58975f5280 /hugolib/hugo_sites_build_test.go
parent0f109faefbd8e25ba1ee25f7c05b662387277c74 (diff)
hugolib: Temporarily disable leaktest
See #3082
Diffstat (limited to 'hugolib/hugo_sites_build_test.go')
-rw-r--r--hugolib/hugo_sites_build_test.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/hugolib/hugo_sites_build_test.go b/hugolib/hugo_sites_build_test.go
index fce6abdd8..80aea0f75 100644
--- a/hugolib/hugo_sites_build_test.go
+++ b/hugolib/hugo_sites_build_test.go
@@ -10,7 +10,7 @@ import (
"path/filepath"
"text/template"
- "github.com/fortytw2/leaktest"
+ //"github.com/fortytw2/leaktest"
"github.com/fsnotify/fsnotify"
"github.com/spf13/afero"
"github.com/spf13/hugo/deps"
@@ -374,7 +374,7 @@ func doTestMultiSitesBuild(t *testing.T, configTemplate, configSuffix string) {
func TestMultiSitesRebuild(t *testing.T) {
// t.Parallel() not supported, see https://github.com/fortytw2/leaktest/issues/4
- defer leaktest.Check(t)()
+ // defer leaktest.Check(t)()
siteConfig := testSiteConfig{Fs: afero.NewMemMapFs(), DefaultContentLanguage: "fr", DefaultContentLanguageInSubdir: true}
sites := createMultiTestSites(t, siteConfig, multiSiteTOMLConfigTemplate)