Skip to content

Commit 73d8b75

Browse files
minor symfony#57983 [Messenger] skip transient Redis integration tests on AppVeyor (xabbuh)
This PR was merged into the 6.4 branch. Discussion ---------- [Messenger] skip transient Redis integration tests on AppVeyor | Q | A | ------------- | --- | Branch? | 6.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT Commits ------- cc75874 skip transient Redis integration tests on AppVeyor
2 parents ee9e1f4 + cc75874 commit 73d8b75

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)