Skip to content

Commit cc75874

Browse files
committed
skip transient Redis integration tests on AppVeyor
1 parent f18d5bb commit cc75874

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -344,6 +344,9 @@ public function testJsonError()
344344
}
345345
}
346346

347+
/**
348+
* @group transient-on-windows
349+
*/
347350
public function testGetNonBlocking()
348351
{
349352
$redis = $this->createRedisClient();
@@ -379,6 +382,9 @@ public function testGetAfterReject()
379382
}
380383
}
381384

385+
/**
386+
* @group transient-on-windows
387+
*/
382388
public function testItProperlyHandlesEmptyMessages()
383389
{
384390
$redisReceiver = new RedisReceiver($this->connection, new Serializer());

0 commit comments

Comments
 (0)