mirror of
https://github.com/MichaelMure/git-bug.git
synced 2024-12-14 08:45:30 +03:00
fix: remove only t.Parallel()
This commit is contained in:
parent
50de0306df
commit
da9f95e495
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user