mirror of
https://github.com/redis/go-redis.git
synced 2025-06-12 14:21:52 +03:00
Skip flaky tests.
This commit is contained in:
@ -139,6 +139,7 @@ var _ = Describe("Command", func() {
|
||||
Describe("races", func() {
|
||||
var C, N = 10, 1000
|
||||
if testing.Short() {
|
||||
C = 3
|
||||
N = 100
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user