Skip to content

Commit 0157d89

Browse files
committed
mark hanging tests
1 parent 6349673 commit 0157d89

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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)