Skip to content

Commit

Permalink
TEST/ODP: Temporarily disable DM with ODP tests
Browse files Browse the repository at this point in the history
(To be reverted when all test systems are upgraded to MLNX_OFED 4.5)
  • Loading branch information
yosefe committed Nov 8, 2018
1 parent f64dcc9 commit 592a445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/gtest/uct/ib/test_ib_xfer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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);
}
Expand Down

0 comments on commit 592a445

Please sign in to comment.