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.
2 parents ec6d2aa + abdcc51 commit 7238f55Copy full SHA for 7238f55
src/test/rgw/test_rgw_amqp.cc
@@ -278,6 +278,9 @@ TEST_F(TestAMQP, ExchangeMismatch)
278
279
TEST_F(TestAMQP, MaxConnections)
280
{
281
+ // this test is skipped since it is intermitently failing
282
+ // should be un-skipped once: https://tracker.ceph.com/issues/67011 is resolved
283
+ GTEST_SKIP();
284
// fill up all connections
285
std::vector<amqp::connection_id_t> connections;
286
auto remaining_connections = amqp::get_max_connections() - amqp::get_connection_count();
0 commit comments