Skip to content

Commit 63427a1

Browse files
committed
remove cpu marker
1 parent 30c078d commit 63427a1

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

tests/model_serving/model_server/llmd/test_llmd_auth.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
send_chat_completions,
77
)
88

9-
pytestmark = [pytest.mark.tier1, pytest.mark.cpu]
9+
pytestmark = [pytest.mark.tier1]
1010

1111
NAMESPACE = ns_from_file(file=__file__)
1212

tests/model_serving/model_server/llmd/test_llmd_connection_cpu.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
send_chat_completions,
99
)
1010

11-
pytestmark = [pytest.mark.tier1, pytest.mark.cpu]
11+
pytestmark = [pytest.mark.tier1]
1212

1313
NAMESPACE = ns_from_file(file=__file__)
1414

tests/model_serving/model_server/llmd/test_llmd_kueue_integration.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
from utilities.exceptions import UnexpectedResourceCountError
1414
from utilities.kueue_utils import check_gated_pods_and_running_pods
1515

16-
pytestmark = [pytest.mark.tier2, pytest.mark.cpu]
16+
pytestmark = [pytest.mark.tier2]
1717

1818
NAMESPACE = ns_from_file(file=__file__)
1919

tests/model_serving/model_server/llmd/test_llmd_smoke.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
send_chat_completions,
99
)
1010

11-
pytestmark = [pytest.mark.smoke, pytest.mark.cpu]
11+
pytestmark = [pytest.mark.smoke]
1212

1313
NAMESPACE = ns_from_file(file=__file__)
1414

0 commit comments

Comments
 (0)