Skip to content

Commit dc3b893

Browse files
committed
adapt other tests pattern and ignore the warning
1 parent ed43e0b commit dc3b893

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Lib/test/_test_multiprocessing.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3517,6 +3517,8 @@ def test_remote(self):
35173517
# Make queue finalizer run before the server is stopped
35183518
del queue
35193519

3520+
@warnings_helper.ignore_fork_in_thread_deprecation_warnings()
3521+
@support.skip_if_sanitizer('TSan: leaks threads', thread=True)
35203522
def test_client_propagation(self):
35213523
authkey = os.urandom(32)
35223524

0 commit comments

Comments
 (0)