Skip to content

Commit

Permalink
INTPYTHON-447 Fix skipped tests (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Dec 10, 2024
1 parent fcbc22f commit 720a4f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -9425,7 +9425,7 @@ async def side(state: State):


@pytest.mark.parametrize("checkpointer_name", ALL_CHECKPOINTERS_ASYNC)
@pytest.mark.parametrize('Test is flaky')
@pytest.mark.skip('Test is flaky')
async def test_stream_subgraphs_during_execution(checkpointer_name: str) -> None:
class InnerState(TypedDict):
my_key: Annotated[str, operator.add]
Expand Down

0 comments on commit 720a4f2

Please sign in to comment.