Skip flaky test in test_logging

This commit is contained in:
Padraic Fanning
2026-01-04 18:54:23 -05:00
parent 8765d86355
commit 12811eb40c

View File

@@ -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