mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Issue #25097: Merge with 3.4
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user