mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #25097: Merge with 3.5
This commit is contained in:
commit
4d17a6acee
1 changed files with 1 additions and 0 deletions
|
@ -4136,6 +4136,7 @@ class NTEventLogHandlerTest(BaseTest):
|
|||
except pywintypes.error as e:
|
||||
if e.winerror == 5: # access denied
|
||||
raise unittest.SkipTest('Insufficient privileges to run test')
|
||||
raise
|
||||
|
||||
r = logging.makeLogRecord({'msg': 'Test Log Message'})
|
||||
h.handle(r)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue