Skip to content

Commit

Permalink
skip test on redis/beanstalkd
Browse files Browse the repository at this point in the history
  • Loading branch information
bytestream committed Oct 23, 2024
1 parent f1d54d2 commit baf2236
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tests/Integration/Queue/WorkCommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,8 @@ public function testMaxTimeExceeded()

public function testFailedJobListenerOnlyRunsOnce()
{
$this->markTestSkippedWhenUsingQueueDrivers(['redis', 'beanstalkd']);

Exceptions::fake();

Queue::push(new FirstJob);
Expand Down

0 comments on commit baf2236

Please sign in to comment.