Skip to content

Commit

Permalink
TEST/MD/IB: Remove AMO key BF bug skip
Browse files Browse the repository at this point in the history
  • Loading branch information
ivankochin authored Nov 24, 2023
1 parent 639c003 commit 24bfa57
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions test/gtest/uct/ib/test_ib_md.cc
Original file line number Diff line number Diff line change
Expand Up @@ -235,11 +235,6 @@ void test_ib_md::test_mkey_pack_mt_internal(unsigned access_mask,
int ret;
uct_mem_h memh;

if ((access_mask & UCT_MD_MEM_ACCESS_REMOTE_ATOMIC) && is_bf_arm()) {
UCS_TEST_SKIP_R("FIXME: AMO reg key bug on BF device, skipping");
return;
}

if (!is_supported_pack_mem_flags(access_mask)) {
UCS_TEST_SKIP_R("mkey pack isn't supported");
}
Expand Down

0 comments on commit 24bfa57

Please sign in to comment.