remove parallel
remove parallel to stabilize ci/cd
This commit is contained in:
@@ -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