diff --git a/Kernel/System/UnitTest/Helper.pm b/Kernel/System/UnitTest/Helper.pm index 717228ac47..2e04cf3a3f 100644 --- a/Kernel/System/UnitTest/Helper.pm +++ b/Kernel/System/UnitTest/Helper.pm @@ -102,9 +102,6 @@ sub new { # Decide whether we should actually execute tests $Self->{ExecuteInternalTests} = $Param{ExecuteInternalTests} // 1; - # Override Perl's built-in time handling mechanism to set a fixed time if needed. - $Self->_MockPerlTimeHandling(); - # Remove any leftover custom files from aborted previous runs. $Self->CustomFileCleanup();