Skip to content

Commit a7de79e

Browse files
authored
Update ConnectorTest.php
1 parent e04ff6b commit a7de79e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/Feature/ConnectorTest.php

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

0 commit comments

Comments
 (0)