Skip to content

Commit

Permalink
iox-eclipse-iceoryx#337 enable the disabled test which was already fi…
Browse files Browse the repository at this point in the history
…xed part of iox-eclipse-iceoryx#243

Signed-off-by: Sankara Narayanan Chandrasekar (RBEI/EMT2) <[email protected]>
  • Loading branch information
shankar-in committed Apr 16, 2021
1 parent d61ba47 commit 2773adf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iceoryx_utils/test/moduletests/test_posix_timer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 2773adf

Please sign in to comment.