Skip to content

Commit 5161c9a

Browse files
committed
mark hanging tests
1 parent a5c0510 commit 5161c9a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Lib/test/test_importlib/test_threaded_import.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -245,6 +245,7 @@ def target():
245245
__import__(TESTFN)
246246
del sys.modules[TESTFN]
247247

248+
@unittest.skip("TODO: RUSTPYTHON; hang")
248249
def test_concurrent_futures_circular_import(self):
249250
# Regression test for bpo-43515
250251
fn = os.path.join(os.path.dirname(__file__),

0 commit comments

Comments
 (0)