Merged in feature/testingopts (pull request #129)
Testing Options and Clean Up * bitsandbobs * lint * healthchecks * imgintests * singlegenerate * testclean * network * networkclean * cmds
This commit is contained in:
@@ -25,7 +25,7 @@ type TestConfig struct {
|
||||
func TestCreateQueue(t *testing.T) {
|
||||
t.Parallel()
|
||||
if testing.Short() {
|
||||
t.Skip("Skipping long test in short mode")
|
||||
t.SkipNow()
|
||||
}
|
||||
ctx := context.Background()
|
||||
|
||||
@@ -44,7 +44,7 @@ func TestCreateQueue(t *testing.T) {
|
||||
func TestAssertMessageWait(t *testing.T) {
|
||||
t.Parallel()
|
||||
if testing.Short() {
|
||||
t.Skip("Skipping long test in short mode")
|
||||
t.SkipNow()
|
||||
}
|
||||
ctx := context.Background()
|
||||
|
||||
@@ -71,7 +71,7 @@ func TestAssertMessageWait(t *testing.T) {
|
||||
func TestAssertMessageBodyWait(t *testing.T) {
|
||||
t.Parallel()
|
||||
if testing.Short() {
|
||||
t.Skip("Skipping long test in short mode")
|
||||
t.SkipNow()
|
||||
}
|
||||
ctx := context.Background()
|
||||
|
||||
@@ -95,7 +95,7 @@ func TestAssertMessageBodyWait(t *testing.T) {
|
||||
func TestAssertMessageAttrWait(t *testing.T) {
|
||||
t.Parallel()
|
||||
if testing.Short() {
|
||||
t.Skip("Skipping long test in short mode")
|
||||
t.SkipNow()
|
||||
}
|
||||
ctx := context.Background()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user