Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
3c7c355e
Commit
3c7c355e
authored
Mar 31, 2011
by
Victor Stinner
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Issue #11557: disable test_logging.test_no_kwargs (fail on most buildbots)
parent
0862d6ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
Lib/test/test_logging.py
Lib/test/test_logging.py
+1
-0
No files found.
Lib/test/test_logging.py
View file @
3c7c355e
...
...
@@ -2406,6 +2406,7 @@ class BasicConfigTest(unittest.TestCase):
logging.shutdown()
super(BasicConfigTest, self).tearDown()
@unittest.skipIf(True, "
test
disabled
,
issue
#11557")
def
test_no_kwargs
(
self
):
logging
.
basicConfig
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment