hugolib: Temporarily disable leaktest

See #3082
This commit is contained in:
Bjørn Erik Pedersen 2017-02-22 09:38:55 +01:00
parent 0f109faefb
commit 9e6b5eb98e

View file

@ -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)