Skip to content

Commit

Permalink
CLI-1405: LocalMachineHelperTest::testExecuteFromCmd failure (#1804)
Browse files Browse the repository at this point in the history
* CLI-1405: LocalMachineHelperTest::testExecuteFromCmd failure

* no fail fast

* serial

* checklist serial

* restore

* serial

* fail fast
  • Loading branch information
danepowell authored Sep 27, 2024
1 parent fa517ff commit 8ad7095
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/phpunit/src/Misc/ChecklistTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,9 @@ public function setUp(): void
$this->output = new ConsoleOutput();
}

/**
* @group serial
*/
public function testSpinner(): void
{
putenv('PHPUNIT_RUNNING=1');
Expand Down
1 change: 1 addition & 0 deletions tests/phpunit/src/Misc/LocalMachineHelperTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ public function providerTestExecuteFromCmd(): array

/**
* @dataProvider providerTestExecuteFromCmd()
* @group serial
*/
public function testExecuteFromCmd(bool $interactive, bool|null $isTty, bool|null $printOutput): void
{
Expand Down

0 comments on commit 8ad7095

Please sign in to comment.