Skip to content

Commit

Permalink
Exclude PHP 7.2 and 7.3 from tests for agent_env
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Weinand <[email protected]>
  • Loading branch information
bwoebi committed Nov 15, 2024
1 parent 074196b commit f6a316a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/ext/request-replayer/dd_trace_agent_env.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Assert that the default environment can be read from agent info
--SKIPIF--
<?php include __DIR__ . '/../includes/skipif_no_dev_env.inc'; ?>
<?php
if (PHP_OS === "WINNT" && PHP_VERSION_ID < 70400) die("skip: Windows on PHP 7.2 and 7.3 have permission issues with synchronous access to sidecar data");
if (PHP_VERSION_ID >= 80100) {
echo "nocache\n";
}
Expand Down

0 comments on commit f6a316a

Please sign in to comment.