Skip to content

Commit

Permalink
Skip all opcache tests
Browse files Browse the repository at this point in the history
Still OPCache is working OK
  • Loading branch information
joanhey committed Feb 17, 2024
1 parent 09888ec commit ac466e2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions t/025-opcache.t
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

# vim:set ft= ts=4 sw=4 et fdm=marker:

use Test::Nginx::Socket 'no_plan';
use Test::Nginx::Socket skip_all => "Skip";

$ENV{'TEST_NGINX_BUILD_DIR'} = $ENV{'TRAVIS_BUILD_DIR'};

Expand Down Expand Up @@ -44,7 +44,6 @@ location = /jit {
GET /jit
--- response_body
JIT enabled
--- SKIP
=== TEST 3: JIT ini values
Expand All @@ -69,4 +68,3 @@ GET /jit-ini
--- response_body
jit tracing
jit_buffer_size 128M
--- SKIP

0 comments on commit ac466e2

Please sign in to comment.