Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
cerbero90 committed Jan 11, 2025
1 parent 42ae345 commit 1918e6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Feature/EnumMakeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@
})->with([
['App\Enums\Generated1', 'bitwise'],
['Domain\Common\Enums\Generated2', 'snake'],
])->skipOnLinux();
])->skip(PHP_OS_FAMILY == 'Linux', 'Currently skipping for unknown behavior on Linux');

0 comments on commit 1918e6c

Please sign in to comment.