Skip to content

Commit 90293e8

Browse files
committed
Mark a few e2e tests as sanity
Signed-off-by: Samuel Monson <[email protected]>
1 parent 5419f46 commit 90293e8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

tests/e2e/test_successful_benchmark.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ def server():
3636

3737

3838
@pytest.mark.timeout(30)
39+
@pytest.mark.sanity
3940
def test_max_seconds_benchmark(server: VllmSimServer):
4041
"""
4142
Test that the max seconds constraint is properly triggered.
@@ -78,6 +79,7 @@ def test_max_seconds_benchmark(server: VllmSimServer):
7879

7980

8081
@pytest.mark.timeout(30)
82+
@pytest.mark.sanity
8183
def test_max_requests_benchmark(server: VllmSimServer):
8284
"""
8385
Test that the max requests constraint is properly triggered.

0 commit comments

Comments
 (0)