Skip to content

Commit 49bda94

Browse files
committed
AC-14558::Migration form RabbitMQ to Apache ActiveMQ
1 parent 8544215 commit 49bda94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Framework/Stomp/WaitAndNotWaitMessagesTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ protected function setUp(): void
5959
$stompConfig = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
6060
->get(\Magento\Framework\Stomp\Config::class);
6161
$stompConfig->getConnection();
62-
} catch (\Throwable $e) {
62+
} catch (\Exception $e) {
6363
$this->markTestSkipped('STOMP test skipped because AMQP connection is available. This test is STOMP-specific');
6464
}
6565

0 commit comments

Comments
 (0)