File: disable-redis-auth.test

package info (click to toggle)
ruby-em-synchrony 1.0.5-2
  • links: PTS, VCS
  • area: main
  • in suites: buster, stretch
  • size: 556 kB
  • ctags: 304
  • sloc: ruby: 3,508; sh: 37; sql: 7; makefile: 2
file content (16 lines) | stat: -rw-r--r-- 452 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: Disable tests that tries to auth to redis
 Debian specific patch
Author: Pirate Praveen <praveen@debian.org>
Last-Update: 2016-07-06

--- a/spec/redis_spec.rb
+++ b/spec/redis_spec.rb
@@ -90,7 +90,7 @@
     end
   end
 
-  it "should execute sync add and auth", ci_skip: true do
+  xit "should execute sync add and auth", ci_skip: true do
     EventMachine.synchrony do
       redis = EM::Protocols::Redis.connect
       redis.auth('abc')