diff --git a/test/gtest/uct/ib/test_ib_xfer.cc b/test/gtest/uct/ib/test_ib_xfer.cc index 90970994481..c592b87a8a7 100644 --- a/test/gtest/uct/ib/test_ib_xfer.cc +++ b/test/gtest/uct/ib/test_ib_xfer.cc @@ -72,7 +72,7 @@ UCT_INSTANTIATE_IB_TEST_CASE(uct_p2p_rma_test_alloc_methods) class uct_p2p_mix_test_alloc_methods : public uct_p2p_mix_test {}; UCS_TEST_P(uct_p2p_mix_test_alloc_methods, mix1000_odp, - "REG_METHODS=odp,direct") + "REG_METHODS=odp,direct", "DM_COUNT?=0") { run(1000); }