Skip `test_stale_entry_is_deleted` hanger with `subint`s

(cherry picked from commit 985ea76de5)
wkt/tooling_enhancements_from_mtf_spawner
Gud Boi 2026-04-21 13:36:41 -04:00
parent 19dd6fc739
commit 33f1257721
1 changed files with 10 additions and 0 deletions

View File

@ -132,6 +132,10 @@ async def say_hello_use_wait(
return result
@pytest.mark.timeout(
3,
method='thread',
)
@tractor_test
@pytest.mark.parametrize(
'func',
@ -545,6 +549,12 @@ def test_stale_entry_is_deleted(
stale entry and not delivering a bad portal.
'''
if start_method == 'subint':
pytest.skip(
'XXX SUBINT HANGING TEST XXX\n'
'See oustanding issue(s)\n'
)
async def main():
name: str = 'transport_fails_actor'