Skip to content

Commit

Permalink
disable refhang.t due to flakiness
Browse files Browse the repository at this point in the history
test relies on jamming up network buffers, need better tooling.
  • Loading branch information
dormando committed May 21, 2017
1 parent c053584 commit 59d2139
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion t/refhang.t
Expand Up @@ -3,12 +3,16 @@
use strict;
use warnings;

use Test::More tests => 127;
use Test::More;

use FindBin qw($Bin);
use lib "$Bin/lib";
use MemcachedTest;

plan skip_all => 'Test is flaky. Needs special hooks.';

plan tests => 127;

# start up a server with 10 maximum connections
my $server = new_memcached("-m 6");
my $sock = $server->sock;
Expand Down

0 comments on commit 59d2139

Please sign in to comment.