Skip to content

Commit 6aa6d70

Browse files
committed
Don't test "blocks" in lstat_stat_variation7.phpt
This stat property seems to be somewhat unreliable depending on the filesystem. On Travis ARM64 CI a much larger payload is required to get this value to increase.
1 parent 8fd30aa commit 6aa6d70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/standard/tests/file/lstat_stat_variation7.phpt

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $new_stat = stat($file_name);
3636
var_dump( compare_self_stat($old_stat) );
3737
var_dump( compare_self_stat($new_stat) );
3838
// compare the stats
39-
$comp_arr = array(7, 12, 'size', 'blocks');
39+
$comp_arr = array(7, 'size');
4040
var_dump(compare_stats($old_stat, $new_stat, $comp_arr, "<"));
4141
clearstatcache();
4242

0 commit comments

Comments
 (0)