Skip to content

Commit 720a4f2

Browse files
authored
INTPYTHON-447 Fix skipped tests (#33)
1 parent fcbc22f commit 720a4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libs/langgraph-checkpoint-mongodb/tests/integration_tests/test_pregel_async.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9425,7 +9425,7 @@ async def side(state: State):
94259425

94269426

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

0 commit comments

Comments
 (0)