8000 remove rediss tests due to missing redis tls instance in pipeline · symfony/symfony@59ab0f9 · GitHub
[go: up one dir, main page]

Skip to content
< 8000 script crossorigin="anonymous" type="application/javascript" src="https://github.githubassets.com/assets/vendors-node_modules_github_remote-form_dist_index_js-node_modules_delegated-events_dist_inde-94fd67-99b04cc350b5.js" defer="defer">

Commit 59ab0f9

Browse files
author
Frederik Schwan
committed
remove rediss tests due to missing redis tls instance in pipeline
1 parent 7477e5f commit 59ab0f9

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

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

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -61,21 +61,11 @@ public static function createTransportProvider(): iterable
6161
[],
6262
];
6363

64-
yield 'scheme "rediss" without options' => [
65-
'rediss://'.getenv('REDIS_HOST').'/1?ssl[verify_peer]=0',
66-
[],
67-
];
68-
6964
yield 'scheme "redis" with options' => [
7065
'redis://'.getenv('REDIS_HOST'),
7166
['stream' => 'bar', 'delete_after_ack' => true],
7267
];
7368

74-
yield 'scheme "rediss" with options' => [
75-
'rediss://'.getenv('REDIS_HOST').'/1?ssl[verify_peer]=0',
76-
['stream' => 'bar', 'delete_after_ack' => true],
77-
];
78-
7969
yield 'redis_sentinel' => [
8070
'redis:?host['.str_replace(' ', ']&host[', getenv('REDIS_SENTINEL_HOSTS')).']',
8171
['sentinel_master' => getenv('REDIS_SENTINEL_SERVICE')],

0 commit comments

Comments
 (0)
0