Skip to content

Commit

Permalink
Project import generated by Copybara.
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 368011364
  • Loading branch information
RDMA authored and swoloschek-goog committed Apr 12, 2021
1 parent b902f0d commit a7cb14f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cases/access_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ class AccessTest : public BasicFixture,

void AttemptMwAtomic(BasicSetup setup, int src_mr_access, int dst_mr_access,
int dst_mw_access, ibv_wc_status expected) {
if (!Introspection().SupportsRcRemoteMwAtomic()) GTEST_SKIP();
if (!Introspection().SupportsRcRemoteMwAtomic()) return;
ibv_mr* src_mr = ibv_.RegMr(setup.pd, setup.src_buffer, src_mr_access);
ibv_mr* dst_mr = ibv_.RegMr(setup.pd, setup.dst_buffer, dst_mr_access);
auto [src_qp, dst_qp] = CreateNewConnectedQpPair(setup);
Expand Down

0 comments on commit a7cb14f

Please sign in to comment.