diff --git a/tests/phpunit/src/Commands/Remote/AliasesDownloadCommandTest.php b/tests/phpunit/src/Commands/Remote/AliasesDownloadCommandTest.php index b446190e5..78eb58c9f 100644 --- a/tests/phpunit/src/Commands/Remote/AliasesDownloadCommandTest.php +++ b/tests/phpunit/src/Commands/Remote/AliasesDownloadCommandTest.php @@ -85,6 +85,9 @@ public function testRemoteAliasesDownloadCommand(array $inputs, array $args, str $this->assertStringContainsString('Cloud Platform Drush aliases installed into ' . $destinationDir, $output); } + /** + * @requires OS linux|darwin + */ public function testRemoteAliasesDownloadFailed(): void { $drushAliasesFixture = Path::canonicalize(__DIR__ . '/../../../../fixtures/drush-aliases'); $drushAliasesTarballFixtureFilepath = tempnam(sys_get_temp_dir(), 'AcquiaDrushAliases');