Skip to content

Commit 789cd89

Browse files
committed
Run sentinel tests
1 parent 809fc96 commit 789cd89

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

t/sentinel.t

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
1-
use Test::Nginx::Socket::Lua skip_all => "sentinels not running";
1+
use Test::Nginx::Socket;
22
use Cwd qw(cwd);
33

4-
#repeat_each(2);
5-
64
plan tests => repeat_each() * (3 * blocks());
75

86
my $pwd = cwd();
@@ -15,7 +13,6 @@ $ENV{TEST_NGINX_RESOLVER} = '8.8.8.8';
1513
$ENV{TEST_NGINX_REDIS_PORT} ||= 6379;
1614

1715
no_long_string();
18-
#no_diff();
1916

2017
run_tests();
2118

0 commit comments

Comments
 (0)