File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -299,6 +299,9 @@ public function testJsonError()
299
299
}
300
300
}
301
301
302
+ /**
303
+ * @group transient-on-windows
304
+ */
302
305
public function testGetNonBlocking ()
303
306
{
304
307
$ redis = new \Redis ();
@@ -314,6 +317,9 @@ public function testGetNonBlocking()
314
317
}
315
318
}
316
319
320
+ /**
321
+ * @group transient-on-windows
322
+ */
317
323
public function testGetAfterReject ()
318
324
{
319
325
$ redis = new \Redis ();
@@ -333,6 +339,9 @@ public function testGetAfterReject()
333
339
}
334
340
}
335
341
342
+ /**
343
+ * @group transient-on-windows
344
+ */
336
345
public function testItProperlyHandlesEmptyMessages ()
337
346
{
338
347
$ redisReceiver = new RedisReceiver ($ this ->connection , new Serializer ());
You can’t perform that action at this time.
0 commit comments