8000 skip transient Redis integration tests on AppVeyor · core23/symfony@dae10d6 · GitHub
[go: up one dir, main page]

Skip to content

Commit dae10d6

Browse files
committed
skip transient Redis integration tests on AppVeyor
1 parent 1719fef commit dae10d6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisExtIntegrationTest.php

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,9 @@ public function testJsonError()
299299
}
300300
}
301301

302+
/**
303+
* @group transient-on-windows
304+
*/
302305
public function testGetNonBlocking()
303306
{
304307
$redis = new \Redis();
@@ -314,6 +317,9 @@ public function testGetNonBlocking()
314317
}
315318
}
316319

320+
/**
321+
* @group transient-on-windows
322+
*/
317323
public function testGetAfterReject()
318324
{
319325
$redis = new \Redis();
@@ -333,6 +339,9 @@ public function testGetAfterReject()
333339
}
334340
}
335341

342+
/**
343+
* @group transient-on-windows
344+
*/
336345
public function testItProperlyHandlesEmptyMessages()
337346
{
338347
$redisReceiver = new RedisReceiver($this->connection, new Serializer());

0 commit comments

Comments
 (0)
0