We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 122348a commit 320a13eCopy full SHA for 320a13e
test/gtest/ucp/test_ucp_device.cc
@@ -570,7 +570,7 @@ UCS_TEST_P(test_ucp_device_xfer, put_single)
570
571
/* TODO: Enable these tests in CI */
572
UCS_TEST_SKIP_COND_P(test_ucp_device_xfer, put_single_stress_test,
573
- RUNNING_ON_VALGRIND || true)
+ RUNNING_ON_VALGRIND)
574
{
575
#ifdef __SANITIZE_ADDRESS__
576
UCS_TEST_SKIP_R("Skipping stress test under ASAN");
@@ -624,7 +624,7 @@ UCS_TEST_P(test_ucp_device_xfer, put_multi)
624
}
625
626
UCS_TEST_SKIP_COND_P(test_ucp_device_xfer, put_multi_stress_test,
627
628
629
630
0 commit comments