Skip to content

Commit

Permalink
remove xfail as the concurrent tests are now passing
Browse files Browse the repository at this point in the history
  • Loading branch information
renxida committed Jan 14, 2025
1 parent 0598a8c commit 9bd3638
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,10 +85,6 @@ def test_basic_generation(self, server: tuple[Any, int]) -> None:
indirect=True,
)
@pytest.mark.parametrize("concurrent_requests", [2, 4, 8])
@pytest.mark.xfail(
raises=AccuracyValidationException,
reason="Concurreny issues in Shortfin batch processing",
)
def test_concurrent_generation(
self, server: tuple[Any, int], concurrent_requests: int
) -> None:
Expand Down

0 comments on commit 9bd3638

Please sign in to comment.