File tree 2 files changed +3
-1
lines changed
2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change 6
6
import time
7
7
import unittest
8
8
9
- from test .support import import_helper
9
+ from test .support import import_helper , skip_if_sanitizer
10
10
11
11
_channels = import_helper .import_module ('_interpchannels' )
12
12
from test .support .interpreters import _crossinterp
@@ -365,6 +365,7 @@ def test_shareable(self):
365
365
#self.assertIsNot(got, obj)
366
366
367
367
368
+ @skip_if_sanitizer ('gh-129824: race on _waiting_release' , thread = True )
368
369
class ChannelTests (TestBase ):
369
370
370
371
def test_create_cid (self ):
Original file line number Diff line number Diff line change @@ -1411,6 +1411,7 @@ def run_tasks():
1411
1411
self .assertNotIn (task .requester_tid , runner_tids )
1412
1412
1413
1413
@requires_subinterpreters
1414
+ @support .skip_if_sanitizer ("gh-129824: race on assign_version_tag" , thread = True )
1414
1415
def test_isolated_subinterpreter (self ):
1415
1416
# We exercise the most important permutations.
1416
1417
You can’t perform that action at this time.
0 commit comments