We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a65998a commit 00b3e52Copy full SHA for 00b3e52
tests/Unit/Install/HerdTest.php
@@ -121,7 +121,7 @@ function getHerdTestTempDir(): string
121
unlink($mcpPath);
122
123
expect($herd->isMcpAvailable())->toBeFalse();
124
-});
+})->onlyOnWindows();
125
126
test('getHomePath returns HOME on non-Windows', function () {
127
$testHome = getHerdTestTempDir().'/home';
0 commit comments