1
0
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:
Vladimir Mihailenco
2016-03-14 16:51:46 +02:00
parent 46790aa060
commit e37202e605
5 changed files with 24 additions and 15 deletions

View File

@ -139,6 +139,7 @@ var _ = Describe("Command", func() {
Describe("races", func() {
var C, N = 10, 1000
if testing.Short() {
C = 3
N = 100
}