Skip to content

Commit 909c973

Browse files
committed
Comment skipped tests
1 parent 98302ce commit 909c973

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/ImageTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -177,9 +177,9 @@ public function testScale() : void
177177

178178
public function testRotate() : void
179179
{
180-
if (\getenv('GITHUB_JOB')) {
180+
/*if (\getenv('GITHUB_JOB')) {
181181
$this->markTestSkipped();
182-
}
182+
}*/
183183
$this->image->rotate(45);
184184
self::assertStringEqualsFile(
185185
__DIR__ . '/Support/tree-rotate.png',
@@ -216,9 +216,9 @@ public function testFlipBoth() : void
216216

217217
public function testCrop() : void
218218
{
219-
if (\getenv('GITHUB_JOB')) {
219+
/*if (\getenv('GITHUB_JOB')) {
220220
$this->markTestSkipped();
221-
}
221+
}*/
222222
$this->image->crop(200, 200, 100, 100);
223223
self::assertStringEqualsFile(
224224
__DIR__ . '/Support/tree-crop.png',

0 commit comments

Comments
 (0)