Skip to content

Commit 320a13e

Browse files
authored
GTEST: Enable stress tests. (#10986)
1 parent 122348a commit 320a13e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/gtest/ucp/test_ucp_device.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -570,7 +570,7 @@ UCS_TEST_P(test_ucp_device_xfer, put_single)
570570

571571
/* TODO: Enable these tests in CI */
572572
UCS_TEST_SKIP_COND_P(test_ucp_device_xfer, put_single_stress_test,
573-
RUNNING_ON_VALGRIND || true)
573+
RUNNING_ON_VALGRIND)
574574
{
575575
#ifdef __SANITIZE_ADDRESS__
576576
UCS_TEST_SKIP_R("Skipping stress test under ASAN");
@@ -624,7 +624,7 @@ UCS_TEST_P(test_ucp_device_xfer, put_multi)
624624
}
625625

626626
UCS_TEST_SKIP_COND_P(test_ucp_device_xfer, put_multi_stress_test,
627-
RUNNING_ON_VALGRIND || true)
627+
RUNNING_ON_VALGRIND)
628628
{
629629
#ifdef __SANITIZE_ADDRESS__
630630
UCS_TEST_SKIP_R("Skipping stress test under ASAN");

0 commit comments

Comments
 (0)