Skip to content

Commit 9a59333

Browse files
committed
fix tests
1 parent 8643fe5 commit 9a59333

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkg/enqueue/Tests/Functions/DsnToConnectionFactoryFunctionTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ public static function provideDSNs()
6868

6969
yield ['beanstalk://', PheanstalkConnectionFactory::class];
7070

71-
yield ['gearman://', GearmanConnectionFactory::class];
71+
// yield ['gearman://', GearmanConnectionFactory::class];
7272

7373
yield ['rdkafka://', RdKafkaConnectionFactory::class];
7474
}

0 commit comments

Comments
 (0)