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
-1
View File
@@ -51,7 +51,6 @@ func TestCreateDetectDocumentTextExpectation(t *testing.T) {
}
func TestWaitForMockEndpoint(t *testing.T) {
t.Parallel()
if testing.Short() {
t.SkipNow()
}
-1
View File
@@ -21,7 +21,6 @@ type StoreConfig struct {
}
func TestCreateBucket(t *testing.T) {
t.Parallel()
if testing.Short() {
t.SkipNow()
}
-4
View File
@@ -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()
}