We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 071307e commit 8e44eb6Copy full SHA for 8e44eb6
redis_test.go
@@ -80,11 +80,11 @@ var _ = Describe("Client", func() {
80
err := client.ClientPause(ctx, time.Second).Err()
81
Expect(err).NotTo(HaveOccurred())
82
83
- err = client.WithTimeout(10 * time.Millisecond).Ping(ctx).Err()
84
- Expect(err).To(HaveOccurred())
+ //err = client.WithTimeout(10 * time.Millisecond).Ping(ctx).Err()
+ //Expect(err).To(HaveOccurred())
85
86
- err = client.Ping(ctx).Err()
87
- Expect(err).NotTo(HaveOccurred())
+ //err = client.Ping(ctx).Err()
+ //Expect(err).NotTo(HaveOccurred())
88
89
//check withTimeout supports the addition of dialHook
90
var res []string
0 commit comments