Skip to content

Commit 7238f55

Browse files
authored
Merge pull request ceph#58662 from yuvalif/wip-yuval-64690-again
test/rgw/amqp: skip TestAMQP.MaxConnections test
2 parents ec6d2aa + abdcc51 commit 7238f55

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/test/rgw/test_rgw_amqp.cc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -278,6 +278,9 @@ TEST_F(TestAMQP, ExchangeMismatch)
278278

279279
TEST_F(TestAMQP, MaxConnections)
280280
{
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();
281284
// fill up all connections
282285
std::vector<amqp::connection_id_t> connections;
283286
auto remaining_connections = amqp::get_max_connections() - amqp::get_connection_count();

0 commit comments

Comments
 (0)