diff --git a/tests/Integration/Queue/WorkCommandTest.php b/tests/Integration/Queue/WorkCommandTest.php index 43296141df1..ef5cc7b46d8 100644 --- a/tests/Integration/Queue/WorkCommandTest.php +++ b/tests/Integration/Queue/WorkCommandTest.php @@ -164,6 +164,8 @@ public function testMaxTimeExceeded() public function testFailedJobListenerOnlyRunsOnce() { + $this->markTestSkippedWhenUsingQueueDrivers(['redis', 'beanstalkd']); + Exceptions::fake(); Queue::push(new FirstJob);