remove parallel
remove parallel to stabilize ci/cd
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user