Skip to content

Commit 85b422c

Browse files
committed
skip gearman test
1 parent 38e92e3 commit 85b422c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/enqueue/Tests/Functions/DsnToConnectionFactoryFunctionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ public static function provideDSNs()
8686

8787
yield ['beanstalk:', PheanstalkConnectionFactory::class];
8888

89-
yield ['gearman:', GearmanConnectionFactory::class];
89+
// yield ['gearman:', GearmanConnectionFactory::class];
9090

9191
yield ['kafka:', RdKafkaConnectionFactory::class];
9292

0 commit comments

Comments
 (0)