remove parallel
remove parallel to stabilize ci/cd
This commit is contained in:
@@ -41,7 +41,6 @@ import (
|
||||
)
|
||||
|
||||
func TestCreateQuery(t *testing.T) {
|
||||
t.Parallel()
|
||||
cfg := &ControllerConfig{}
|
||||
test.CreateDB(t, cfg)
|
||||
initializeTestConfig(t, cfg)
|
||||
@@ -62,7 +61,6 @@ func TestCreateQuery(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestListQueries(t *testing.T) {
|
||||
t.Parallel()
|
||||
cfg := &ControllerConfig{}
|
||||
test.CreateDB(t, cfg)
|
||||
initializeTestConfig(t, cfg)
|
||||
@@ -91,7 +89,6 @@ func TestListQueries(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestGetQuery(t *testing.T) {
|
||||
t.Parallel()
|
||||
cfg := &ControllerConfig{}
|
||||
test.CreateDB(t, cfg)
|
||||
initializeTestConfig(t, cfg)
|
||||
@@ -116,7 +113,6 @@ func TestGetQuery(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestUpdateQuery(t *testing.T) {
|
||||
t.Parallel()
|
||||
cfg := &ControllerConfig{}
|
||||
test.CreateDB(t, cfg)
|
||||
initializeTestConfig(t, cfg)
|
||||
@@ -230,7 +226,6 @@ func createDocumentWithText(t testing.TB, cfg *ControllerConfig, clientId string
|
||||
}
|
||||
|
||||
func TestTestQuery(t *testing.T) {
|
||||
t.Parallel()
|
||||
cfg := &ControllerConfig{}
|
||||
test.CreateDB(t, cfg)
|
||||
initializeTestConfig(t, cfg)
|
||||
|
||||
Reference in New Issue
Block a user