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
-3
View File
@@ -17,7 +17,6 @@ import (
)
func TestUploadDocument(t *testing.T) {
t.Parallel()
cfg := &ControllerConfig{}
test.CreateDB(t, cfg)
initializeTestConfig(t, cfg)
@@ -57,7 +56,6 @@ func TestUploadDocument(t *testing.T) {
}
func TestListDocumentsByClientId(t *testing.T) {
t.Parallel()
cfg := &ControllerConfig{}
test.CreateDB(t, cfg)
initializeTestConfig(t, cfg)
@@ -90,7 +88,6 @@ func TestListDocumentsByClientId(t *testing.T) {
}
func TestGetDocument(t *testing.T) {
t.Parallel()
cfg := &ControllerConfig{}
test.CreateDB(t, cfg)
initializeTestConfig(t, cfg)