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:
@@ -18,7 +18,7 @@ import (
|
||||
func TestListClientDocumentIDs(t *testing.T) {
|
||||
t.Parallel()
|
||||
if testing.Short() {
|
||||
t.Skip("Skipping long test in short mode")
|
||||
t.SkipNow()
|
||||
}
|
||||
ctx := context.Background()
|
||||
|
||||
@@ -168,7 +168,7 @@ func createClientWithCollector(t testing.TB, ctx context.Context, queries *repos
|
||||
|
||||
func TestClientSync(t *testing.T) {
|
||||
if testing.Short() {
|
||||
t.Skip("Skipping long test in short mode")
|
||||
t.SkipNow()
|
||||
}
|
||||
|
||||
t.Run("document fail clean", func(t *testing.T) {
|
||||
|
||||
Reference in New Issue
Block a user