Skip to content

Commit

Permalink
GTEST/UCP: Don't ask for RMA feature in KA test
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitrygx committed Jan 30, 2021
1 parent c664678 commit f233126
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions test/gtest/ucp/test_ucp_wireup.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1469,8 +1469,7 @@ class test_ucp_wireup_keepalive : public test_ucp_wireup {

static void get_test_variants(std::vector<ucp_test_variant>& variants)
{
test_ucp_wireup::get_test_variants(variants,
UCP_FEATURE_RMA | UCP_FEATURE_TAG);
test_ucp_wireup::get_test_variants(variants, UCP_FEATURE_TAG);
}

ucp_ep_params_t get_ep_params() {
Expand Down

0 comments on commit f233126

Please sign in to comment.