mirror of
https://github.com/RustPython/RustPython.git
synced 2026-06-02 19:39:49 +09:00
Skip flaky test in test_logging
This commit is contained in:
1
Lib/test/test_logging.py
vendored
1
Lib/test/test_logging.py
vendored
@@ -4058,6 +4058,7 @@ class ConfigDictTest(BaseTest):
|
||||
# log a message (this creates a record put in the queue)
|
||||
logging.getLogger().info(message_to_log)
|
||||
|
||||
@unittest.skip('TODO: RUSTPYTHON, flaky EOFError')
|
||||
# TODO: RUSTPYTHON - SemLock not implemented on Windows
|
||||
@unittest.expectedFailureIfWindows("TODO: RUSTPYTHON")
|
||||
@skip_if_tsan_fork
|
||||
|
||||
Reference in New Issue
Block a user