Skip to content

Commit

Permalink
exclude test on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Apr 2, 2024
1 parent 841647b commit 8774133
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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');
Expand Down

0 comments on commit 8774133

Please sign in to comment.