Skip to content

Commit a79087e

Browse files
author
Jonathan Makunga
committed
Revert "Skip JS Tune integration test"
This reverts commit 627f394.
1 parent 627f394 commit a79087e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/integ/sagemaker/serve/test_serve_js_happy.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -79,9 +79,9 @@ def test_happy_tgi_sagemaker_endpoint(happy_model_builder, gpu_instance_type):
7979
raise caught_ex
8080

8181

82-
@pytest.mark.skip(
83-
reason="available_gpus is None as InstanceType is not picked up. Need to see if this test case can be added as "
84-
"Notebook tests: /tests/scripts/run-notebook-test.sh",
82+
@pytest.mark.skipif(
83+
PYTHON_VERSION_IS_NOT_310,
84+
reason="The goal of these tests are to test the serving components of our feature",
8585
)
8686
@pytest.mark.local_mode
8787
def test_happy_tune_tgi_local_mode(sagemaker_local_session):

0 commit comments

Comments
 (0)