Skip to content

Commit 8c056b2

Browse files
committed
Tests: removed unsafe check for geo binary tests.
1 parent a7878c0 commit 8c056b2

2 files changed

Lines changed: 0 additions & 4 deletions

File tree

geo_binary.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,6 @@ use Test::Nginx;
2222
select STDERR; $| = 1;
2323
select STDOUT; $| = 1;
2424

25-
plan(skip_all => 'long configuration parsing') unless $ENV{TEST_NGINX_UNSAFE};
26-
2725
my $t = Test::Nginx->new()->has(qw/http geo/);
2826

2927
$t->write_file_expand('nginx.conf', <<'EOF');

stream_geo_binary.t

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,6 @@ use Test::Nginx::Stream qw/ stream /;
2323
select STDERR; $| = 1;
2424
select STDOUT; $| = 1;
2525

26-
plan(skip_all => 'long configuration parsing') unless $ENV{TEST_NGINX_UNSAFE};
27-
2826
my $t = Test::Nginx->new()->has(qw/stream stream_return stream_geo/);
2927

3028
$t->write_file_expand('nginx.conf', <<'EOF');

0 commit comments

Comments
 (0)