Skip to content

Commit

Permalink
Mark the http server tests as slow
Browse files Browse the repository at this point in the history
  • Loading branch information
dagardner-nv committed Dec 19, 2023
1 parent 7a722bb commit 0d1fa37
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/common/test_http_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ def make_parse_fn(status: HTTPStatus = HTTPStatus.OK,
return mock_parse_fn


@pytest.mark.slow
@pytest.mark.parametrize("endpoint", ["/test", "test/", "/a/b/c/d"])
@pytest.mark.parametrize("port", [8088, 9090])
@pytest.mark.parametrize("method", ["GET", "POST", "PUT"])
Expand Down

0 comments on commit 0d1fa37

Please sign in to comment.