Skip to content

Commit

Permalink
Temporarily skip error reporting integration tests as API key is not …
Browse files Browse the repository at this point in the history
…working
  • Loading branch information
asgrim committed Jun 4, 2024
1 parent ac3b2d1 commit 1df594c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Integration/AgentTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,7 @@ private function formatCapturedLogMessages(): string
*/
public function testUncaughtErrorsAreCapturedAndSentToScout(): void
{
self::markTestSkipped('TEMPORARILY SKIPPED - API KEY UPDATE NEEDED'); // @todo remove
$phpBinary = (new PhpExecutableFinder())->find();

$process = new Process([
Expand Down Expand Up @@ -195,6 +196,7 @@ public function testUncaughtErrorsAreCapturedAndSentToScout(): void
*/
public function testRecordedThrowablesAreSentToScout(): void
{
self::markTestSkipped('TEMPORARILY SKIPPED - API KEY UPDATE NEEDED'); // @todo remove
$this->setUpWithConfiguration(Config::fromArray([
ConfigKey::APPLICATION_NAME => self::APPLICATION_NAME,
ConfigKey::MONITORING_ENABLED => true,
Expand Down

0 comments on commit 1df594c

Please sign in to comment.