This commit is contained in:
Nuno Campos
2025-05-08 16:50:24 -07:00
parent 4761eb7696
commit bebb0e8164
@@ -7537,6 +7537,7 @@ async def test_multiple_interrupts_functional(checkpointer_name: str) -> None:
assert counter == 3
@NEEDS_CONTEXTVARS
@pytest.mark.parametrize("checkpointer_name", ALL_CHECKPOINTERS_ASYNC)
async def test_multiple_interrupts_functional_cache(
checkpointer_name: str, file_cache: BaseCache