We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ee9e1f4 + cc75874 commit 73d8b75Copy full SHA for 73d8b75
src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisExtIntegrationTest.php
@@ -344,6 +344,9 @@ public function testJsonError()
344
}
345
346
347
+ /**
348
+ * @group transient-on-windows
349
+ */
350
public function testGetNonBlocking()
351
{
352
$redis = $this->createRedisClient();
@@ -379,6 +382,9 @@ public function testGetAfterReject()
379
382
380
383
381
384
385
386
387
388
public function testItProperlyHandlesEmptyMessages()
389
390
$redisReceiver = new RedisReceiver($this->connection, new Serializer());
0 commit comments