Skip to content

Commit

Permalink
Skip job timeout test for now
Browse files Browse the repository at this point in the history
  • Loading branch information
Marick van Tuil committed Jan 1, 2025
1 parent e459c08 commit aec27ad
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/TaskHandlerTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,8 @@ public function retried_jobs_get_a_new_name()
#[Test]
public function test_job_timeout()
{
$this->markTestSkipped('Currently seemingly impossible to test job timeouts.');

// Arrange
Event::fake(JobOutput::class);

Expand Down

0 comments on commit aec27ad

Please sign in to comment.