remove parallel
remove parallel to stabilize ci/cd
This commit is contained in:
@@ -22,7 +22,6 @@ func TestNewAPI(t *testing.T) {
|
||||
if testing.Short() {
|
||||
t.SkipNow()
|
||||
}
|
||||
t.Parallel()
|
||||
ctx := t.Context()
|
||||
|
||||
cfg := &BaseConfig{}
|
||||
|
||||
@@ -51,7 +51,6 @@ func TestCreateDetectDocumentTextExpectation(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestWaitForMockEndpoint(t *testing.T) {
|
||||
t.Parallel()
|
||||
if testing.Short() {
|
||||
t.SkipNow()
|
||||
}
|
||||
|
||||
@@ -21,7 +21,6 @@ type StoreConfig struct {
|
||||
}
|
||||
|
||||
func TestCreateBucket(t *testing.T) {
|
||||
t.Parallel()
|
||||
if testing.Short() {
|
||||
t.SkipNow()
|
||||
}
|
||||
|
||||
@@ -22,7 +22,6 @@ type TestConfig struct {
|
||||
}
|
||||
|
||||
func TestCreateQueue(t *testing.T) {
|
||||
t.Parallel()
|
||||
if testing.Short() {
|
||||
t.SkipNow()
|
||||
}
|
||||
@@ -38,7 +37,6 @@ func TestCreateQueue(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestAssertMessageWait(t *testing.T) {
|
||||
t.Parallel()
|
||||
if testing.Short() {
|
||||
t.SkipNow()
|
||||
}
|
||||
@@ -63,7 +61,6 @@ func TestAssertMessageWait(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestAssertMessageBodyWait(t *testing.T) {
|
||||
t.Parallel()
|
||||
if testing.Short() {
|
||||
t.SkipNow()
|
||||
}
|
||||
@@ -85,7 +82,6 @@ func TestAssertMessageBodyWait(t *testing.T) {
|
||||
}
|
||||
|
||||
func TestAssertMessageAttrWait(t *testing.T) {
|
||||
t.Parallel()
|
||||
if testing.Short() {
|
||||
t.SkipNow()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user