From 2773adf3bde1011243ec4786fe327b089a5d2c51 Mon Sep 17 00:00:00 2001 From: "Sankara Narayanan Chandrasekar (RBEI/EMT2)" Date: Fri, 16 Apr 2021 15:57:01 +0530 Subject: [PATCH] iox-#337 enable the disabled test which was already fixed part of iox-#243 Signed-off-by: Sankara Narayanan Chandrasekar (RBEI/EMT2) --- iceoryx_utils/test/moduletests/test_posix_timer.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iceoryx_utils/test/moduletests/test_posix_timer.cpp b/iceoryx_utils/test/moduletests/test_posix_timer.cpp index 5d6f5e784c..d891f25aa6 100644 --- a/iceoryx_utils/test/moduletests/test_posix_timer.cpp +++ b/iceoryx_utils/test/moduletests/test_posix_timer.cpp @@ -481,7 +481,7 @@ TIMING_TEST_F(Timer_test, CatchUpPolicySkipToNextBeatCallsLessCallbacksThanASAPT /// Unit tests which segfaults (issue #243). If the segfault is fixed this unit test has /// to be adjusted but for the moment it seems that it causes the segfault /// reliable. -TEST_F(Timer_test, DISABLED_SelfTriggeringTimerWorksAndDoesNotCauseSegFault) +TEST_F(Timer_test, SelfTriggeringTimerWorksAndDoesNotCauseSegFault) { Duration selfTriggerTimeout = 1_ns; int repetitions = 100;