Skip to content

Commit

Permalink
Test without runInSeparateProcess
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Nov 30, 2023
1 parent a27bd97 commit 394aa1b
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/Feature/SupervisorCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -25,11 +25,6 @@ public function test_supervisor_command_can_start_paused_supervisors()
$this->assertFalse($factory->supervisor->working);
}

/**
* @runInSeparateProcess
*
* @preserveGlobalState disabled
*/
public function test_supervisor_command_can_set_process_niceness()
{
$this->app->instance(SupervisorFactory::class, $factory = new FakeSupervisorFactory);
Expand Down

0 comments on commit 394aa1b

Please sign in to comment.