Skip to content

Commit

Permalink
Skip archive test on macOS for binary path handling
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Nov 21, 2024
1 parent 89f285b commit 34eafc0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/ArchiveTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -168,4 +168,5 @@ function (Pest\Expectation $item) use ($ext) {
$file = $archive->getFileItem('archive/file-1.md');
$text = $archive->getText($file);
expect($text)->toBeString();
})->with([SEVENZIP]);
})->with([SEVENZIP])
->skip(PHP_OS_FAMILY === 'Darwin', 'Skip on MacOS');

0 comments on commit 34eafc0

Please sign in to comment.