remove parallel

remove parallel to stabilize ci/cd
This commit is contained in:
jay brown
2025-07-22 10:29:44 -07:00
parent fe661e7b72
commit a9d81a1094
20 changed files with 1 additions and 40 deletions
-1
View File
@@ -31,7 +31,6 @@ type DocCleanConfig struct {
}
func TestDocCleanRunner(t *testing.T) {
t.Parallel()
cfg := &DocCleanConfig{}
test.CreateDB(t, cfg)
acfg := test.CreateAWSContainer(t, cfg)