remove parallel
remove parallel to stabilize ci/cd
This commit is contained in:
@@ -26,7 +26,6 @@ type DocInitConfig struct {
|
||||
}
|
||||
|
||||
func TestDocInitRunner(t *testing.T) {
|
||||
t.Parallel()
|
||||
cfg := &DocInitConfig{}
|
||||
test.CreateDB(t, cfg)
|
||||
acfg := test.CreateAWSContainer(t, cfg)
|
||||
|
||||
Reference in New Issue
Block a user