We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8544215 commit 49bda94Copy full SHA for 49bda94
dev/tests/integration/testsuite/Magento/Framework/Stomp/WaitAndNotWaitMessagesTest.php
@@ -59,7 +59,7 @@ protected function setUp(): void
59
$stompConfig = \Magento\TestFramework\Helper\Bootstrap::getObjectManager()
60
->get(\Magento\Framework\Stomp\Config::class);
61
$stompConfig->getConnection();
62
- } catch (\Throwable $e) {
+ } catch (\Exception $e) {
63
$this->markTestSkipped('STOMP test skipped because AMQP connection is available. This test is STOMP-specific');
64
}
65
0 commit comments