Skip to content

Commit f1c3aee

Browse files
authored
Merge branch 'openucx:master' into dscp-prio
2 parents f53114e + 3ef978e commit f1c3aee

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

test/gtest/ucp/test_ucp_rma.cc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -970,6 +970,11 @@ class test_ucp_rma_sgl : public test_ucp_rma {
970970
}
971971

972972
virtual void init() override {
973+
/* FIXME: sporadic failure on CUDA memory type. re-enable once fixed */
974+
if (mem_type() == UCS_MEMORY_TYPE_CUDA) {
975+
UCS_TEST_SKIP_R("sporadic failure on CUDA memory type");
976+
}
977+
973978
modify_config("MAX_RMA_RAILS", "2");
974979
test_ucp_rma::init();
975980
}

0 commit comments

Comments
 (0)