Skip to content

Commit 91d3911

Browse files
committed
Add another skip
1 parent 94ac589 commit 91d3911

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/LabelImageTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,10 @@ public function testCustomDimensions(): void {
132132
}
133133

134134
public function testCustomDirection(): void {
135+
if ($this->shouldSkipTest()) {
136+
$this->markTestSkipped('Skipping API test - only runs on PHP 8.4 to avoid rate limiting');
137+
}
138+
135139
// Sleep to avoid rate limiting
136140
usleep(250000); // 250ms
137141

0 commit comments

Comments
 (0)