Skip to content

Commit

Permalink
Skip Windows test that requires zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Anderson committed Apr 17, 2024
1 parent fbd9fc2 commit a6ab171
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tests/integration/PackExtractTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,10 @@ public function archiveTypeProvider()
*/
public function testPackExtract($archiveType)
{
if (strtoupper(substr(PHP_OS, 0, 3)) === 'WIN') {
$this->markTestSkipped("Windows image for PHP 8.2+ on GitHub actions does not have zlib");
}

// Archive directory and then extract it again with Archive and Extract tasks
$this->fixtures->createAndCdToSandbox();

Expand Down

0 comments on commit a6ab171

Please sign in to comment.