Skip to content

Commit

Permalink
Try to fix acceptance tests running in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
roxblnfk committed Sep 3, 2024
1 parent 2ecb852 commit cdf939c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/Acceptance/App/Runtime/RRStarter.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ public function __construct(
private State $runtime,
) {
$this->environment = Environment::create();
\register_shutdown_function(fn() => $this->stop());
// \register_shutdown_function(fn() => $this->stop());
}

public function start(): void
Expand Down
2 changes: 1 addition & 1 deletion tests/Acceptance/App/Runtime/TemporalStarter.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ final class TemporalStarter
public function __construct()
{
$this->environment = Environment::create();
\register_shutdown_function(fn() => $this->stop());
// \register_shutdown_function(fn() => $this->stop());
}

public function start(): void
Expand Down

0 comments on commit cdf939c

Please sign in to comment.