Skip to content

Commit 0b2247e

Browse files
committed
pythongh-129824: Temporarily skip InterpreterPoolMixin tests under TSAN
There are multiple data races reported when running the InterpreterPoolMixin tests, but it's still useful to run the other test_concurrent_futures tests under TSAN.
1 parent f9be7fa commit 0b2247e

File tree

1 file changed

+1
-0
lines changed
  • Lib/test/test_concurrent_futures

1 file changed

+1
-0
lines changed

Lib/test/test_concurrent_futures/util.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ class ThreadPoolMixin(ExecutorMixin):
7474
executor_type = futures.ThreadPoolExecutor
7575

7676

77+
@support.skip_if_sanitizer("gh-129824: data races in InterpreterPool tests", thread=True)
7778
class InterpreterPoolMixin(ExecutorMixin):
7879
executor_type = futures.InterpreterPoolExecutor
7980

0 commit comments

Comments
 (0)