Skip to content

Commit 00b3e52

Browse files
committed
tests: remove unnecessary herd test now path changed
1 parent a65998a commit 00b3e52

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/Install/HerdTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ function getHerdTestTempDir(): string
121121
unlink($mcpPath);
122122

123123
expect($herd->isMcpAvailable())->toBeFalse();
124-
});
124+
})->onlyOnWindows();
125125

126126
test('getHomePath returns HOME on non-Windows', function () {
127127
$testHome = getHerdTestTempDir().'/home';

0 commit comments

Comments
 (0)