Skip to content

Commit f747779

Browse files
committed
chore: reenable all http2 test
1 parent 8ab8600 commit f747779

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/005-exit.t

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ repeat_each(2);
1111
#log_level('warn');
1212
#worker_connections(1024);
1313

14-
plan tests => repeat_each() * (blocks() * 3 + 4);
14+
plan tests => repeat_each() * (blocks() * 3 + 2);
1515

1616
$ENV{TEST_NGINX_MEMCACHED_PORT} ||= 11211;
1717
$ENV{TEST_NGINX_MYSQL_PORT} ||= 3306;

0 commit comments

Comments
 (0)