Skip to content

Commit 94ee75b

Browse files
committed
test(WithRunableTest): Skip tests on macOS
- Change skip() to skipOnMac() for better platform-specific handling. - Ensures tests are appropriately skipped when running on macOS. Signed-off-by: guanguans <[email protected]>
1 parent c1546f6 commit 94ee75b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Concerns/WithRunableTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ protected function shouldApplySudoPassword(): bool
5656
'sudo: no password was provided',
5757
'sudo: 1 incorrect password attempt',
5858
]))
59-
->skip()
59+
->skipOnMac()
6060
->skip(running_in_github_action());
6161

6262
it('can run soar process with pipe', function (): void {

0 commit comments

Comments
 (0)