Skip to content

Commit

Permalink
update unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
patinthehat committed Jun 22, 2024
1 parent 12ed8cd commit 5346a75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Unit/ResourceLimitsTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -65,4 +65,4 @@
->getImageData($this->testFile, 1);

expect((int)$im::getResourceLimit(ResourceLimitType::Thread->value))->toBe((int)1);
});
})->skip(getenv('CI'), 'Skip in CI environments');

0 comments on commit 5346a75

Please sign in to comment.