Skip to content

Commit 7fd9561

Browse files
authored
Remove GPU test from smoke (#1021)
Signed-off-by: Milind Waykole <mwaykole@redhat.com>
1 parent 61a4b25 commit 7fd9561

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/model_serving/model_server/kserve/model_car/test_gpu_ovms.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@
5151
class TestKserveGpuModelCar:
5252
"""Test GPU accelerated OVMS model serving with OCI Model Car images."""
5353

54-
@pytest.mark.smoke
5554
def test_gpu_model_car_no_restarts(self, gpu_model_car_inference_service):
5655
"""Verify that GPU model pod doesn't restart"""
5756
pod = get_pods_by_isvc_label(
@@ -63,7 +62,6 @@ def test_gpu_model_car_no_restarts(self, gpu_model_car_inference_service):
6362
]
6463
assert not restarted_containers, f"Containers {restarted_containers} restarted"
6564

66-
@pytest.mark.smoke
6765
def test_gpu_model_car_using_rest(self, gpu_model_car_inference_service):
6866
"""Verify GPU model query with token using REST"""
6967
verify_inference_response(

0 commit comments

Comments
 (0)