Skip to content

Commit 85d008c

Browse files
committed
Skip test when doing short run
1 parent cba814c commit 85d008c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

backend/redis/diagnostics_test.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ import (
1010
)
1111

1212
func Test_Diag_GetWorkflowInstances(t *testing.T) {
13+
if testing.Short() {
14+
t.Skip()
15+
}
16+
1317
rclient := getClient()
1418
setup := getCreateBackend(rclient)
1519

0 commit comments

Comments
 (0)