Skip to content

Commit 11bd528

Browse files
committed
GTEST/UCT/IB: rm query_token_support
1 parent 408e6d6 commit 11bd528

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

test/gtest/uct/v2/test_uct_query.cc

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -114,17 +114,6 @@ UCS_TEST_P(test_uct_query, query_perf)
114114
}
115115
}
116116

117-
UCS_TEST_P(test_uct_query, query_token_support)
118-
{
119-
uct_iface_attr_v2_t attr = {};
120-
121-
attr.field_mask = UCT_IFACE_ATTR_FIELD_CAP_FLAGS;
122-
attr.cap.flags = UINT64_MAX;
123-
124-
ASSERT_UCS_OK(uct_iface_query_v2(get_iface(), &attr));
125-
EXPECT_EQ(0ul, attr.cap.flags & UCT_IFACE_FLAG_V2_QUERY_TOKEN);
126-
}
127-
128117
UCT_INSTANTIATE_TEST_CASE(test_uct_query)
129118

130119
class test_uct_query_ib : public test_uct_query {

0 commit comments

Comments
 (0)