fix: remove only t.Parallel()

This commit is contained in:
Steve Moyer 2022-05-31 07:22:55 -04:00
parent 50de0306df
commit da9f95e495
No known key found for this signature in database
GPG Key ID: D8D464C9D22FB8E0

View File

@ -75,8 +75,6 @@ func TestGoGitRepo(t *testing.T) {
}
func TestGoGitRepo_Indexes(t *testing.T) {
t.Parallel()
plainRoot, err := ioutil.TempDir("", "")
require.NoError(t, err)
t.Cleanup(func() {