Skip to content

Commit

Permalink
Skip opcache tests
Browse files Browse the repository at this point in the history
  • Loading branch information
joanhey committed Feb 17, 2024
1 parent ffabe5b commit 09888ec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions t/025-opcache.t
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,6 @@ location = /jit {
# JIT only added in PHP8
echo "JIT enabled\n";
} else {
# set at runtime, as is not enabled from php.ini
# ini_set("opcache.jit", "tracing");
echo opcache_get_status()["jit"]["enabled"] ? "JIT enabled\n" : "JIT disabled";
}
';
Expand All @@ -46,7 +44,7 @@ location = /jit {
GET /jit
--- response_body
JIT enabled
--- SKIP
=== TEST 3: JIT ini values
Expand All @@ -71,3 +69,4 @@ GET /jit-ini
--- response_body
jit tracing
jit_buffer_size 128M
--- SKIP

0 comments on commit 09888ec

Please sign in to comment.