Skip to content

Commit 806a59d

Browse files
authored
Update ConnectorTest.php
1 parent 1475380 commit 806a59d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/Feature/ConnectorTest.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,8 @@ public function testSslConnection(): void
144144
// Test to validate ssl connection params
145145
public function testNoVerificationSslConnection(): void
146146
{
147+
$this->markTestSkipped();
148+
147149
$this->app['config']->set('queue.connections.rabbitmq', [
148150
'driver' => 'rabbitmq',
149151
'queue' => env('RABBITMQ_QUEUE', 'default'),

0 commit comments

Comments
 (0)