Remove overly complicated test

This commit is contained in:
Brandon Hancock
2024-07-31 10:12:37 -04:00
parent 41df368156
commit 6aab0ebcbc
2 changed files with 1 additions and 7 deletions

View File

@@ -334,12 +334,6 @@ async def test_pipeline_with_parallel_stages_end_in_single_stage(mock_crew_facto
assert pipeline_result_1.token_usage == expected_token_usage
@pytest.mark.asyncio
async def test_pipeline_with_parallel_stages_multiple_inputs(mock_crew_factory):
# TODO: implement
pass
def test_pipeline_rshift_operator(mock_crew_factory):
"""
Test that the >> operator correctly creates a Pipeline from Crews and lists of Crews.