Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 59ab0f9

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

File tree

1 file changed

+0
-10
lines changed
Filter options

1 file changed

+0
-10
lines changed

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

Copy file name to clipboardExpand all lines: src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisTransportFactoryTest.php
-10Lines 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)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.