Skip to content

Commit 0a01cc5

Browse files
minor symfony#57999 skip transient Redis integration tests on AppVeyor (xabbuh)
This PR was merged into the 5.4 branch. Discussion ---------- skip transient Redis integration tests on AppVeyor | Q | A | ------------- | --- | Branch? | 5.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Issues | | License | MIT looking at https://ci.appveyor.com/project/fabpot/symfony/builds/50397537 it seems that symfony#57983 should have been submitted for 5.4 Commits ------- dae10d6 skip transient Redis integration tests on AppVeyor
2 parents 1719fef + dae10d6 commit 0a01cc5

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)