We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7878c0 commit 8c056b2Copy full SHA for 8c056b2
2 files changed
geo_binary.t
@@ -22,8 +22,6 @@ use Test::Nginx;
22
select STDERR; $| = 1;
23
select STDOUT; $| = 1;
24
25
-plan(skip_all => 'long configuration parsing') unless $ENV{TEST_NGINX_UNSAFE};
26
-
27
my $t = Test::Nginx->new()->has(qw/http geo/);
28
29
$t->write_file_expand('nginx.conf', <<'EOF');
stream_geo_binary.t
@@ -23,8 +23,6 @@ use Test::Nginx::Stream qw/ stream /;
my $t = Test::Nginx->new()->has(qw/stream stream_return stream_geo/);
30
0 commit comments