Skip to content

Commit 226bc86

Browse files
authored
INTPYTHON-447 Skip two more tests (#31)
1 parent f531390 commit 226bc86

File tree

1 file changed

+2
-0
lines changed
  • libs/langgraph-checkpoint-mongodb/tests/integration_tests

1 file changed

+2
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10635,6 +10635,7 @@ def side(state: State):
1063510635

1063610636

1063710637
@pytest.mark.parametrize("checkpointer_name", ALL_CHECKPOINTERS_SYNC)
10638+
@pytest.mark.skip("Test is flaky")
1063810639
def test_stream_subgraphs_during_execution(
1063910640
request: pytest.FixtureRequest, checkpointer_name: str
1064010641
) -> None:
@@ -12901,6 +12902,7 @@ def edit(state: JokeState):
1290112902

1290212903

1290312904
@pytest.mark.parametrize("checkpointer_name", ALL_CHECKPOINTERS_SYNC)
12905+
@pytest.mark.skip('Test is flaky')
1290412906
def test_weather_subgraph(
1290512907
request: pytest.FixtureRequest, checkpointer_name: str, snapshot: SnapshotAssertion
1290612908
) -> None:

0 commit comments

Comments
 (0)