Skip to content

Commit 643c819

Browse files
Uncomment @support.requires_resource('walltime')
1 parent 55adeb7 commit 643c819

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lib/test/test_logging.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6617,7 +6617,7 @@ def test_rollover(self):
66176617

66186618
@unittest.skipUnless(hasattr(os.stat_result, 'st_birthtime') or hasattr(os, 'statx'),
66196619
"st_birthtime and statx() not available or supported by Python on this OS")
6620-
# @support.requires_resource('walltime')
6620+
@support.requires_resource('walltime')
66216621
def test_rollover_based_on_st_birthtime_only(self):
66226622
def add_record(message: str) -> None:
66236623
fh = logging.handlers.TimedRotatingFileHandler(

0 commit comments

Comments
 (0)