Skip to content

Commit

Permalink
Remove xfail from test_stop now that is passes
Browse files Browse the repository at this point in the history
  • Loading branch information
rmccorm4 committed Jul 17, 2024
1 parent 41ac76b commit 7c2cb10
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions python/test/test_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -345,11 +345,6 @@ def test_ready(self):
server = tritonserver.Server(self._server_options).start()
self.assertTrue(server.ready())

@pytest.mark.xfail(
tritonserver.__version__ <= "2.48.0",
reason="Known issue on stop: Exit timeout expired. Exiting immediately",
raises=tritonserver.InternalError,
)
def test_stop(self):
server = tritonserver.Server(self._server_options).start(wait_until_ready=True)

Expand Down

0 comments on commit 7c2cb10

Please sign in to comment.